Home
last modified time | relevance | path

Searched refs:circulant_functor (Results 1 – 2 of 2) sorted by relevance

/external/eigen/doc/examples/
Dmake_circulant2.cpp8 class circulant_functor { class
11 circulant_functor(const ArgType& arg) : m_vec(arg) {} in circulant_functor() function in circulant_functor
35 CwiseNullaryOp<circulant_functor<ArgType>, typename circulant_helper<ArgType>::MatrixType>
39 return MatrixType::NullaryExpr(arg.size(), arg.size(), circulant_functor<ArgType>(arg.derived())); in makeCirculant()
/external/eigen/doc/
DCustomizingEigen_NullaryExpr.dox26 1 - a proper \c circulant_functor storing the input vector and implementing the adequate coefficien…
40 Then, we need to implement our \c circulant_functor, which is a straightforward exercise: