![]() |
|
#include "main.h"
Macros | |
#define | VERIFY_THROWS_BADALLOC(a) |
Functions | |
template<typename MatrixType > | |
void | triggerMatrixBadAlloc (Index rows, Index cols) |
template<typename VectorType > | |
void | triggerVectorBadAlloc (Index size) |
EIGEN_DECLARE_TEST (sizeoverflow) | |
#define VERIFY_THROWS_BADALLOC | ( | a | ) |
EIGEN_DECLARE_TEST | ( | sizeoverflow | ) |
References VERIFY.
void triggerMatrixBadAlloc | ( | Index | rows, |
Index | cols | ||
) |
References cols, m, rows, and VERIFY_THROWS_BADALLOC.
void triggerVectorBadAlloc | ( | Index | size | ) |
References size, v, and VERIFY_THROWS_BADALLOC.