newmat/newmat.h File Reference

#include "include.h"
#include "myexcept.h"
Include dependency graph for newmat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Functions

void MatrixErrorNoSpace (const void *)
 test for allocation fails

Detailed Description

Definition file for matrix library.

Definition in file newmat.h.


Generated on Sun May 9 12:26:14 2010 for Realea by  doxygen 1.6.1