Go to the source code of this file.
Defines | |
#define | EIGEN_DENSE_STORAGE_CTOR_PLUGIN { if(size!=0) nb_temporaries++; } |
#define | EIGEN_NO_ASSERTION_CHECKING |
#define | VERIFY_EVALUATION_COUNT(XPR, N) |
Functions | |
template<typename MatrixType > | |
void | cholesky (const MatrixType &m) |
template<typename MatrixType > | |
void | cholesky_cplx (const MatrixType &m) |
template<typename MatrixType > | |
void | cholesky_verify_assert () |
void | test_cholesky () |
Variables | |
static int | nb_temporaries |
#define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { if(size!=0) nb_temporaries++; } |
Definition at line 31 of file test/cholesky.cpp.
#define EIGEN_NO_ASSERTION_CHECKING |
Definition at line 26 of file test/cholesky.cpp.
#define VERIFY_EVALUATION_COUNT | ( | XPR, | |
N | |||
) |
{\ nb_temporaries = 0; \ XPR; \ if(nb_temporaries!=N) std::cerr << "nb_temporaries == " << nb_temporaries << "\n"; \ VERIFY( (#XPR) && nb_temporaries==N ); \ }
Definition at line 37 of file test/cholesky.cpp.
void cholesky | ( | const MatrixType & | m | ) |
Definition at line 48 of file test/cholesky.cpp.
void cholesky_cplx | ( | const MatrixType & | m | ) |
Definition at line 188 of file test/cholesky.cpp.
void cholesky_verify_assert | ( | ) |
Definition at line 248 of file test/cholesky.cpp.
void test_cholesky | ( | ) |
Definition at line 268 of file test/cholesky.cpp.
int nb_temporaries [static] |
Definition at line 29 of file test/cholesky.cpp.