MOOS 0.2375
Public Member Functions
NEWMAT::LowerBandMatrix Class Reference

#include <newmat.h>

Inheritance diagram for NEWMAT::LowerBandMatrix:
Inheritance graph
[legend]
Collaboration diagram for NEWMAT::LowerBandMatrix:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LowerBandMatrix ()
 ~LowerBandMatrix ()
 LowerBandMatrix (int n, int lbw)
 LowerBandMatrix (const BaseMatrix &)
void operator= (const BaseMatrix &)
void operator= (Real f)
void operator= (const LowerBandMatrix &m)
MatrixType Type () const
 LowerBandMatrix (const LowerBandMatrix &gm)
GeneralMatrixMakeSolver ()
void Solver (MatrixColX &, const MatrixColX &)
LogAndSign LogDeterminant () const
void ReSize (int, int, int)
void ReSize (int n, int lbw)
void ReSize (const GeneralMatrix &A)
Realoperator() (int, int)
Real operator() (int, int) const
Realelement (int, int)
Real element (int, int) const

Detailed Description

Definition at line 984 of file newmat.h.


Constructor & Destructor Documentation

NEWMAT::LowerBandMatrix::LowerBandMatrix ( ) [inline]

Definition at line 988 of file newmat.h.

NEWMAT::LowerBandMatrix::~LowerBandMatrix ( ) [inline]

Definition at line 989 of file newmat.h.

NEWMAT::LowerBandMatrix::LowerBandMatrix ( int  n,
int  lbw 
) [inline]

Definition at line 990 of file newmat.h.

NEWMAT::LowerBandMatrix::LowerBandMatrix ( const BaseMatrix M)

Definition at line 210 of file bandmat.cpp.

NEWMAT::LowerBandMatrix::LowerBandMatrix ( const LowerBandMatrix gm) [inline]

Definition at line 998 of file newmat.h.


Member Function Documentation

Real & NEWMAT::LowerBandMatrix::element ( int  m,
int  n 
)

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1059 of file newmat6.cpp.

Real NEWMAT::LowerBandMatrix::element ( int  m,
int  n 
) const

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1068 of file newmat6.cpp.

LogAndSign NEWMAT::LowerBandMatrix::LogDeterminant ( ) const [virtual]

Reimplemented from NEWMAT::BandMatrix.

Definition at line 403 of file bandmat.cpp.

GeneralMatrix* NEWMAT::LowerBandMatrix::MakeSolver ( ) [inline, virtual]

Reimplemented from NEWMAT::BandMatrix.

Definition at line 999 of file newmat.h.

Real & NEWMAT::LowerBandMatrix::operator() ( int  m,
int  n 
)

Reimplemented from NEWMAT::BandMatrix.

Definition at line 110 of file newmat6.cpp.

Real NEWMAT::LowerBandMatrix::operator() ( int  m,
int  n 
) const

Reimplemented from NEWMAT::BandMatrix.

Definition at line 222 of file newmat6.cpp.

void NEWMAT::LowerBandMatrix::operator= ( Real  f) [inline]

Reimplemented from NEWMAT::BandMatrix.

Definition at line 994 of file newmat.h.

void NEWMAT::LowerBandMatrix::operator= ( const BaseMatrix X)

Reimplemented from NEWMAT::BandMatrix.

Definition at line 218 of file bandmat.cpp.

void NEWMAT::LowerBandMatrix::operator= ( const LowerBandMatrix m) [inline]

Definition at line 995 of file newmat.h.

void NEWMAT::LowerBandMatrix::ReSize ( int  n,
int  lb,
int  ub 
) [virtual]

Reimplemented from NEWMAT::BandMatrix.

Definition at line 91 of file bandmat.cpp.

void NEWMAT::LowerBandMatrix::ReSize ( int  n,
int  lbw 
) [inline]

Definition at line 1003 of file newmat.h.

void NEWMAT::LowerBandMatrix::ReSize ( const GeneralMatrix A) [inline, virtual]

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1005 of file newmat.h.

void NEWMAT::LowerBandMatrix::Solver ( MatrixColX mcout,
const MatrixColX mcin 
) [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 375 of file bandmat.cpp.

MatrixType NEWMAT::LowerBandMatrix::Type ( ) const [virtual]

Reimplemented from NEWMAT::BandMatrix.

Definition at line 395 of file newmat4.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines