mesytec-mnode/external/taskflow-3.8.0/3rd-party/eigen-3.3.7/doc/examples/make_circulant.cpp.entry

6 lines
145 B
Text
Raw Permalink Normal View History

2025-01-04 01:25:05 +01:00
template <class ArgType>
Circulant<ArgType> makeCirculant(const Eigen::MatrixBase<ArgType>& arg)
{
return Circulant<ArgType>(arg.derived());
}