#include "sgfatal.hpp"
Include dependency graph for small_m_ex.hpp:

This graph shows which files directly or indirectly include this file:

Classes | |
| class | small_matrix_error |
| Contains an additional field describing the error. More... | |
Defines | |
| #define | SMALL_MAT_GEN_ERROR(m) |
| #define | SMALL_MAT_NO_MEMORY |
| #define | SMALL_MAT_SINGULAR_INV(m) |
| #define | SMALL_MAT_SIZE_MISMATCH(m) |
All the exceptions are objects of class small_matrix_error derived from sg_fatal_error (cf. sgfatal.hpp).
Sep. 27, 2005 - FULL_SG_FATAL_ERR macro
| #define SMALL_MAT_GEN_ERROR | ( | m | ) |
Value:
| #define SMALL_MAT_NO_MEMORY |
Value:
small_matrix_error \ (small_matrix_error::NO_MEMORY, "Not enough memory for small matrix arithm.")
| #define SMALL_MAT_SINGULAR_INV | ( | m | ) |
Value:
| #define SMALL_MAT_SIZE_MISMATCH | ( | m | ) |
Value:
1.5.2