geomc 1.0
A c++ linear algebra template library
Public Member Functions | Public Attributes | List of all members
DimensionMismatchException Class Reference
Inheritance diagram for DimensionMismatchException:
GeomException

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
 

The documentation for this class was generated from the following files: