Eigen 3.4.90
doc
examples
make_circulant.cpp.entry
Go to the documentation of this file.
1
template <class ArgType>
2
Circulant<ArgType> makeCirculant(const Eigen::MatrixBase<ArgType>& arg)
3
{
4
return Circulant<ArgType>(arg.derived());
5
}