#include <small_m_ex.hpp>
Inheritance diagram for small_matrix_error:


Public Types | |
| enum | sm_error_type { GEN_ERROR = -1, NO_MEMORY = 0, SINGULAR = 1, SIZE_MISMATCH = 2 } |
Public Member Functions | |
| small_matrix_error (sm_error_type the_type, char *m) | |
| Constructor. | |
Public Attributes | |
| enum sm_error_type | error_type |
| small_matrix_error::small_matrix_error | ( | sm_error_type | the_type, | |
| char * | m | |||
| ) | [inline] |
Constructor.
| [in] | the_type | The error descriptor |
| [in] | m | The error message |
| [in] | file | The source file |
| [in] | line | The line in the file |
1.5.2