geomc 1.0
A c++ linear algebra template library
|
Public Member Functions | |
DimensionMismatchException (index_t a_0, index_t a_1, index_t b_0, index_t b_1) throw () | |
const char * | what () |
Public Attributes | |
index_t | a_0 |
index_t | a_1 |
index_t | b_0 |
index_t | b_1 |
const char * | msg |