Go to the source code of this file.
Classes | |
class | AddedMatrix |
class | ArrayLengthSpecifier |
class | BandLUMatrix |
LU decomposition of a band matrix. More... | |
class | BandMatrix |
Band matrix. More... | |
class | BaseMatrix |
Base of the matrix classes. More... | |
class | CannotBuildException |
Cannot build matrix with these properties exception. More... | |
class | ColedMatrix |
class | ColumnVector |
Column vector. More... | |
class | ConcatenatedMatrix |
class | ConstRealStarStar |
Let matrix simulate a C type const two dimensional array. More... | |
class | ConvergenceException |
Covergence failure exception. More... | |
class | CroutMatrix |
class | DiagedMatrix |
class | DiagonalMatrix |
Diagonal matrix. More... | |
class | GeneralMatrix |
The classes for matrices that can contain data are derived from this. More... | |
class | GenericMatrix |
A matrix which can be of any GeneralMatrix type. More... | |
class | GetSubMatrix |
class | IdentityMatrix |
Identity matrix. More... | |
class | IncompatibleDimensionsException |
Incompatible dimensions exception. More... | |
class | IndexException |
Index exception. More... | |
class | InternalException |
Internal newmat exception - shouldn't happen. More... | |
class | InvertedMatrix |
class | KPMatrix |
class | LinearEquationSolver |
class | LogAndSign |
class | LowerBandMatrix |
Lower triangular band matrix. More... | |
class | LowerTriangularMatrix |
Lower triangular matrix. More... | |
class | MatedMatrix |
class | Matrix |
The usual rectangular matrix. More... | |
class | MatrixBandWidth |
class | MatrixInput |
class | MatrixType |
class | MultipliedMatrix |
class | NegatedMatrix |
class | NegShiftedMatrix |
class | NotDefinedException |
Not defined exception. More... | |
class | NotSquareException |
A matrix is not square exception. More... | |
class | NPDException |
Not positive definite exception. More... | |
class | nricMatrix |
Rectangular matrix for use with Numerical Recipes in C. More... | |
class | OverflowException |
Real overflow exception. More... | |
class | ProgramException |
Miscellaneous exception (details in character string). More... | |
class | RealStarStar |
Let matrix simulate a C type two dimensional array. More... | |
class | ReturnMatrix |
class | ReversedMatrix |
class | RowedMatrix |
class | RowVector |
Row vector. More... | |
class | ScaledMatrix |
class | ShiftedMatrix |
class | SimpleIntArray |
class | SingularException |
Singular matrix exception. More... | |
class | SolvedMatrix |
class | SPMatrix |
class | SquareMatrix |
Square matrix. More... | |
class | StackedMatrix |
class | SubMatrixDimensionException |
Submatrix dimension exception. More... | |
class | SubtractedMatrix |
class | SymmetricBandMatrix |
Symmetric band matrix. More... | |
class | SymmetricMatrix |
Symmetric matrix. More... | |
class | TransposedMatrix |
class | UpperBandMatrix |
Upper triangular band matrix. More... | |
class | UpperTriangularMatrix |
Upper triangular matrix. More... | |
class | VectorException |
Cannot convert to vector exception. More... | |
Macros | |
#define | MatrixTypeUnSp 0 |
#define | NEWMAT_LIB 0 |
Definition file for matrix library.
Definition in file newmat.h.