#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.
Macros | |
#define | EIGEN_RUNTIME_NO_MALLOC |
#define | EIGEN_STACK_ALLOCATION_LIMIT 0 |
Functions | |
template<typename Scalar > | |
void | ctms_decompositions () |
EIGEN_DECLARE_TEST (nomalloc) | |
template<typename MatrixType > | |
void | nomalloc (const MatrixType &m) |
template<typename MatrixType > | |
void | test_reference (const MatrixType &m) |
void | test_zerosized () |
#define EIGEN_RUNTIME_NO_MALLOC |
Definition at line 14 of file nomalloc.cpp.
#define EIGEN_STACK_ALLOCATION_LIMIT 0 |
Definition at line 12 of file nomalloc.cpp.
void ctms_decompositions | ( | ) |
Definition at line 92 of file nomalloc.cpp.
EIGEN_DECLARE_TEST | ( | nomalloc | ) |
Definition at line 205 of file nomalloc.cpp.
void nomalloc | ( | const MatrixType & | m | ) |
Definition at line 23 of file nomalloc.cpp.
void test_reference | ( | const MatrixType & | m | ) |
Definition at line 171 of file nomalloc.cpp.
void test_zerosized | ( | ) |
Definition at line 158 of file nomalloc.cpp.