TR-mbed 1.0
Loading...
Searching...
No Matches
Classes | Functions
make_circulant2.cpp File Reference
#include <Eigen/Core>
#include <iostream>

Classes

class  circulant_functor< ArgType >
 
struct  circulant_helper< ArgType >
 

Functions

template<class ArgType >
CwiseNullaryOp< circulant_functor< ArgType >, typename circulant_helper< ArgType >::MatrixTypemakeCirculant (const Eigen::MatrixBase< ArgType > &arg)
 
int main ()
 

Function Documentation

◆ main()

int main ( void  )

◆ makeCirculant()

template<class ArgType >
CwiseNullaryOp< circulant_functor< ArgType >, typename circulant_helper< ArgType >::MatrixType > makeCirculant ( const Eigen::MatrixBase< ArgType > &  arg)