Go to the source code of this file.
Functions | |
| int | main () |
| template<class ArgType > | |
| Eigen::CwiseNullaryOp< circulant_functor< ArgType >, typename circulant_helper< ArgType >::MatrixType > | makeCirculant (const Eigen::MatrixBase< ArgType > &arg) |
| int main | ( | ) |
Definition at line 42 of file make_circulant2.cpp.
| Eigen::CwiseNullaryOp<circulant_functor<ArgType>, typename circulant_helper<ArgType>::MatrixType> makeCirculant | ( | const Eigen::MatrixBase< ArgType > & | arg | ) |
Definition at line 34 of file make_circulant2.cpp.