MOOS 0.2375
Public Member Functions
NEWMAT::UpperBandMatrix Class Reference

#include <newmat.h>

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

List of all members.

Public Member Functions

 UpperBandMatrix ()
 ~UpperBandMatrix ()
 UpperBandMatrix (int n, int ubw)
 UpperBandMatrix (const BaseMatrix &)
void operator= (const BaseMatrix &)
void operator= (Real f)
void operator= (const UpperBandMatrix &m)
MatrixType Type () const
 UpperBandMatrix (const UpperBandMatrix &gm)
GeneralMatrixMakeSolver ()
void Solver (MatrixColX &, const MatrixColX &)
LogAndSign LogDeterminant () const
void ReSize (int, int, int)
void ReSize (int n, int ubw)
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 951 of file newmat.h.


Constructor & Destructor Documentation

NEWMAT::UpperBandMatrix::UpperBandMatrix ( ) [inline]

Definition at line 955 of file newmat.h.

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

Definition at line 956 of file newmat.h.

NEWMAT::UpperBandMatrix::UpperBandMatrix ( int  n,
int  ubw 
) [inline]

Definition at line 957 of file newmat.h.

NEWMAT::UpperBandMatrix::UpperBandMatrix ( const BaseMatrix M)

Definition at line 195 of file bandmat.cpp.

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

Definition at line 965 of file newmat.h.


Member Function Documentation

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1041 of file newmat6.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1050 of file newmat6.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 412 of file bandmat.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 966 of file newmat.h.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 101 of file newmat6.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 213 of file newmat6.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 961 of file newmat.h.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 203 of file bandmat.cpp.

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

Definition at line 962 of file newmat.h.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 80 of file bandmat.cpp.

void NEWMAT::UpperBandMatrix::ReSize ( int  n,
int  ubw 
) [inline]

Definition at line 970 of file newmat.h.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 972 of file newmat.h.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 353 of file bandmat.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 394 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