Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::LowerBandMatrix Class Reference

#include <newmat.h>

Inheritance diagram for NEWMAT::LowerBandMatrix:

List of all members.


Detailed Description

Definition at line 1063 of file newmat.h.


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)
Real & operator() (int, int)
Real operator() (int, int) const
Real & element (int, int)
Real element (int, int) const
void swap (LowerBandMatrix &gm)

Private Member Functions

GeneralMatrixImage () const

Constructor & Destructor Documentation

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

Definition at line 1067 of file newmat.h.

Referenced by Image().

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

Definition at line 1068 of file newmat.h.

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

Definition at line 1069 of file newmat.h.

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

Definition at line 212 of file bandmat.cpp.

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

Definition at line 1076 of file newmat.h.


Member Function Documentation

GeneralMatrix * NEWMAT::LowerBandMatrix::Image (  )  const [private, virtual]

Reimplemented from NEWMAT::BandMatrix.

Definition at line 822 of file newmat4.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 220 of file bandmat.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1073 of file newmat.h.

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

Definition at line 1074 of file newmat.h.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 437 of file newmat4.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1077 of file newmat.h.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 377 of file bandmat.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 405 of file bandmat.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 93 of file bandmat.cpp.

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

Definition at line 1081 of file newmat.h.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1083 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.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 819 of file newmat6.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 828 of file newmat6.cpp.

void NEWMAT::LowerBandMatrix::swap ( LowerBandMatrix gm  )  [inline]

Definition at line 1092 of file newmat.h.

Referenced by NEWMAT::swap().


The documentation for this class was generated from the following files:

newmat11b
Generated Thu Nov 22 00:51:09 2007 by Doxygen 1.5.4