#include "main.h"
#include <Eigen/Cholesky>
#include <Eigen/Eigenvalues>
#include <Eigen/LU>
#include <Eigen/QR>
#include <Eigen/SVD>
Go to the source code of this file.
Defines | |
#define | EIGEN_NO_MALLOC |
#define | EIGEN_STACK_ALLOCATION_LIMIT 0 |
Functions | |
template<typename Scalar > | |
void | ctms_decompositions () |
template<typename MatrixType > | |
void | nomalloc (const MatrixType &m) |
void | test_nomalloc () |
#define EIGEN_NO_MALLOC |
Definition at line 33 of file nomalloc.cpp.
#define EIGEN_STACK_ALLOCATION_LIMIT 0 |
Definition at line 31 of file nomalloc.cpp.
void ctms_decompositions | ( | ) |
Definition at line 120 of file nomalloc.cpp.
void nomalloc | ( | const MatrixType & | m | ) |
Definition at line 42 of file nomalloc.cpp.
void test_nomalloc | ( | ) |
Definition at line 169 of file nomalloc.cpp.