|
ConicBundle
|
Such an object is generated and passed to MEmessage() whenever matrix dimensions do not agree for a desired operation. More...
#include <matop.hxx>
Public Member Functions | |
| MEdim (Integer r1, Integer c1, Integer r2, Integer c2, const char *mes=0, Mtype mt=MTmatrix) | |
| constructor | |
Public Member Functions inherited from CH_Matrix_Classes::MatrixError | |
| MatrixError (MEcode c=ME_unspec, const char *mes=0, Mtype mt=MTmatrix) | |
| there is only this one constructor and no other messages | |
Public Attributes | |
| Integer | nr1 |
| number of rows of object 1 | |
| Integer | nc1 |
| number of columns of object 1 | |
| Integer | nr2 |
| number of rows of object 2 | |
| Integer | nc2 |
| number of columns of object 2 | |
Public Attributes inherited from CH_Matrix_Classes::MatrixError | |
| MEcode | code |
| see MEcode for allowed error types | |
| const char * | message |
| the error mussage pointer must point to existing object and does not get freed | |
| Mtype | mtype |
| see Mtype for allowed error source types | |
Such an object is generated and passed to MEmessage() whenever matrix dimensions do not agree for a desired operation.
1.8.13