MOOS 0.2375
Classes | Namespaces | Defines | Functions
/home/toby/moos-ivp/MOOS-2375-Oct0611/Thirdparty/newmat/newmat.h File Reference
#include "include.h"
#include "boolean.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  NEWMAT::LogAndSign
class  NEWMAT::MatrixType
class  NEWMAT::MatrixBandWidth
class  NEWMAT::ArrayLengthSpecifier
class  NEWMAT::BaseMatrix
class  NEWMAT::GeneralMatrix
class  NEWMAT::Matrix
class  NEWMAT::nricMatrix
class  NEWMAT::SymmetricMatrix
class  NEWMAT::UpperTriangularMatrix
class  NEWMAT::LowerTriangularMatrix
class  NEWMAT::DiagonalMatrix
class  NEWMAT::RowVector
class  NEWMAT::ColumnVector
class  NEWMAT::CroutMatrix
class  NEWMAT::BandMatrix
class  NEWMAT::UpperBandMatrix
class  NEWMAT::LowerBandMatrix
class  NEWMAT::SymmetricBandMatrix
class  NEWMAT::BandLUMatrix
class  NEWMAT::IdentityMatrix
class  NEWMAT::GenericMatrix
class  NEWMAT::MultipliedMatrix
class  NEWMAT::AddedMatrix
class  NEWMAT::SPMatrix
class  NEWMAT::KPMatrix
class  NEWMAT::ConcatenatedMatrix
class  NEWMAT::StackedMatrix
class  NEWMAT::SolvedMatrix
class  NEWMAT::SubtractedMatrix
class  NEWMAT::ShiftedMatrix
class  NEWMAT::NegShiftedMatrix
class  NEWMAT::ScaledMatrix
class  NEWMAT::NegatedMatrix
class  NEWMAT::TransposedMatrix
class  NEWMAT::ReversedMatrix
class  NEWMAT::InvertedMatrix
class  NEWMAT::RowedMatrix
class  NEWMAT::ColedMatrix
class  NEWMAT::DiagedMatrix
class  NEWMAT::MatedMatrix
class  NEWMAT::ReturnMatrixX
class  NEWMAT::GetSubMatrix
class  NEWMAT::LinearEquationSolver
class  NEWMAT::MatrixInput
class  NEWMAT::SimpleIntArray
class  NEWMAT::NPDException
class  NEWMAT::ConvergenceException
class  NEWMAT::SingularException
class  NEWMAT::OverflowException
class  NEWMAT::ProgramException
class  NEWMAT::IndexException
class  NEWMAT::VectorException
class  NEWMAT::NotSquareException
class  NEWMAT::SubMatrixDimensionException
class  NEWMAT::IncompatibleDimensionsException
class  NEWMAT::NotDefinedException
class  NEWMAT::CannotBuildException
class  NEWMAT::InternalException

Namespaces

namespace  NEWMAT
namespace  RBD_LIBRARIES

Defines

#define NEWMAT_LIB   0
#define ReturnMatrix   ReturnMatrixX
#define MatrixTypeUnSp   0

Functions

void NEWMAT::MatrixErrorNoSpace (void *)
bool NEWMAT::operator== (const GeneralMatrix &A, const GeneralMatrix &B)
bool NEWMAT::operator== (const BaseMatrix &A, const BaseMatrix &B)
bool NEWMAT::operator!= (const GeneralMatrix &A, const GeneralMatrix &B)
bool NEWMAT::operator!= (const BaseMatrix &A, const BaseMatrix &B)
bool NEWMAT::operator<= (const BaseMatrix &A, const BaseMatrix &)
bool NEWMAT::operator>= (const BaseMatrix &A, const BaseMatrix &)
bool NEWMAT::operator< (const BaseMatrix &A, const BaseMatrix &)
bool NEWMAT::operator> (const BaseMatrix &A, const BaseMatrix &)
bool NEWMAT::IsZero (const BaseMatrix &A)
LogAndSign NEWMAT::LogDeterminant (const BaseMatrix &B)
Real NEWMAT::Determinant (const BaseMatrix &B)
Real NEWMAT::SumSquare (const BaseMatrix &B)
Real NEWMAT::NormFrobenius (const BaseMatrix &B)
Real NEWMAT::Trace (const BaseMatrix &B)
Real NEWMAT::SumAbsoluteValue (const BaseMatrix &B)
Real NEWMAT::Sum (const BaseMatrix &B)
Real NEWMAT::MaximumAbsoluteValue (const BaseMatrix &B)
Real NEWMAT::MinimumAbsoluteValue (const BaseMatrix &B)
Real NEWMAT::Maximum (const BaseMatrix &B)
Real NEWMAT::Minimum (const BaseMatrix &B)
Real NEWMAT::Norm1 (const BaseMatrix &B)
Real NEWMAT::Norm1 (RowVector &RV)
Real NEWMAT::NormInfinity (const BaseMatrix &B)
Real NEWMAT::NormInfinity (ColumnVector &CV)
bool NEWMAT::IsZero (const GeneralMatrix &A)
ShiftedMatrixNEWMAT::operator+ (Real f, const BaseMatrix &BM)
ScaledMatrixNEWMAT::operator* (Real f, const BaseMatrix &BM)

Define Documentation

#define MatrixTypeUnSp   0

Definition at line 271 of file newmat.h.

#define NEWMAT_LIB   0

Definition at line 6 of file newmat.h.

#define ReturnMatrix   ReturnMatrixX

Definition at line 35 of file newmat.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines