#include "main.h"
Go to the source code of this file.
Macros | |
#define | VERIFY_THROWS_BADALLOC(a) |
Functions | |
EIGEN_DECLARE_TEST (sizeoverflow) | |
template<typename MatrixType > | |
void | triggerMatrixBadAlloc (Index rows, Index cols) |
template<typename VectorType > | |
void | triggerVectorBadAlloc (Index size) |
#define VERIFY_THROWS_BADALLOC | ( | a | ) |
Definition at line 12 of file sizeoverflow.cpp.
EIGEN_DECLARE_TEST | ( | sizeoverflow | ) |
Definition at line 37 of file sizeoverflow.cpp.
Definition at line 22 of file sizeoverflow.cpp.
void triggerVectorBadAlloc | ( | Index | size | ) |
Definition at line 30 of file sizeoverflow.cpp.