#define VERIFY(a)
Definition: main.h:325
#include "main.h"
Go to the source code of this file.
Classes | |
struct | my_exception |
class | ScalarWithExceptions |
Macros | |
#define | CHECK_MEMLEAK(OP) |
#define | EIGEN_STACK_ALLOCATION_LIMIT 100000000 |
Functions | |
ScalarWithExceptions | conj (const ScalarWithExceptions &x) |
ScalarWithExceptions | imag (const ScalarWithExceptions &) |
void | memoryleak () |
ScalarWithExceptions | real (const ScalarWithExceptions &x) |
void | test_exceptions () |
#define CHECK_MEMLEAK | ( | OP | ) |
Definition at line 80 of file exceptions.cpp.
#define EIGEN_STACK_ALLOCATION_LIMIT 100000000 |
Definition at line 15 of file exceptions.cpp.
ScalarWithExceptions conj | ( | const ScalarWithExceptions & | x | ) |
Definition at line 74 of file exceptions.cpp.
ScalarWithExceptions imag | ( | const ScalarWithExceptions & | ) |
Definition at line 73 of file exceptions.cpp.
void memoryleak | ( | ) |
Definition at line 92 of file exceptions.cpp.
ScalarWithExceptions real | ( | const ScalarWithExceptions & | x | ) |
Definition at line 72 of file exceptions.cpp.
void test_exceptions | ( | ) |
Definition at line 110 of file exceptions.cpp.