#include <newmat.h>
Public Member Functions | |
MatrixType | AddEqualEl () const |
< add constant to matrix | |
MatrixType | sub () const |
< type of submatrix | |
MatrixType | ssub () const |
< type of sym submatrix | |
GeneralMatrix * | New () const |
new matrix of given type | |
MatrixType | i () const |
type of inverse | |
MatrixType | t () const |
type of transpose | |
MatrixType | MultRHS () const |
type for rhs of multiply | |
GeneralMatrix * | New (int, int, BaseMatrix *) const |
new matrix of given type | |
const char * | value () const |
type as char string | |
Friends | |
bool | Compare (const MatrixType &, MatrixType &) |
compare and check conversion |
Find the type of a matrix resulting from matrix operations. Also identify what conversions are permissible. This class must be updated when new matrix types are added.
Definition at line 98 of file newmat.h.