规范模块目录和第三方依赖结构
This commit is contained in:
5
third_party/eigen3/doc/examples/make_circulant.cpp.entry
vendored
Normal file
5
third_party/eigen3/doc/examples/make_circulant.cpp.entry
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
template <class ArgType>
|
||||
Circulant<ArgType> makeCirculant(const Eigen::MatrixBase<ArgType>& arg)
|
||||
{
|
||||
return Circulant<ArgType>(arg.derived());
|
||||
}
|
||||
Reference in New Issue
Block a user