#include "main.h"
Go to the source code of this file.
Defines | |
#define | EIGEN_NO_STATIC_ASSERT |
Functions | |
template<typename MatrixType > | |
void | basicStuff (const MatrixType &m) |
template<typename MatrixType > | |
void | basicStuffComplex (const MatrixType &m) |
template<typename Scalar > | |
void | fixedSizeMatrixConstruction () |
void | test_basicstuff () |
#define EIGEN_NO_STATIC_ASSERT |
Definition at line 25 of file basicstuff.cpp.
void basicStuff | ( | const MatrixType & | m | ) |
Definition at line 29 of file basicstuff.cpp.
void basicStuffComplex | ( | const MatrixType & | m | ) |
Definition at line 150 of file basicstuff.cpp.
void fixedSizeMatrixConstruction | ( | ) |
Definition at line 200 of file basicstuff.cpp.
void test_basicstuff | ( | ) |
Definition at line 213 of file basicstuff.cpp.