#include <Eigen/Core>#include <iostream>
Go to the source code of this file.
Classes | |
| class | circulant_functor< ArgType > |
| struct | circulant_helper< ArgType > |
Functions | |
| int | main () |
| template<class ArgType > | |
| CwiseNullaryOp< circulant_functor< ArgType >, typename circulant_helper< ArgType >::MatrixType > | makeCirculant (const Eigen::MatrixBase< ArgType > &arg) |
| int main | ( | ) |
Definition at line 44 of file make_circulant2.cpp.
| CwiseNullaryOp<circulant_functor<ArgType>, typename circulant_helper<ArgType>::MatrixType> makeCirculant | ( | const Eigen::MatrixBase< ArgType > & | arg | ) |
Definition at line 36 of file make_circulant2.cpp.