Go to the source code of this file.
Classes | |
class | CannotBuildException |
Cannot build matrix with these properties exception. More... | |
class | ConvergenceException |
Covergence failure exception. More... | |
class | IncompatibleDimensionsException |
Incompatible dimensions exception. More... | |
class | IndexException |
Index exception. More... | |
class | InternalException |
Internal newmat exception - shouldn't happen. More... | |
class | NotDefinedException |
Not defined exception. More... | |
class | NotSquareException |
A matrix is not square exception. More... | |
class | NPDException |
Not positive definite exception. More... | |
class | OverflowException |
Real overflow exception. More... | |
class | ProgramException |
Miscellaneous exception (details in character string). More... | |
class | SingularException |
Singular matrix exception. More... | |
class | SubMatrixDimensionException |
Submatrix dimension exception. More... | |
class | VectorException |
Cannot convert to vector exception. More... |