Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::UpperBandMatrix Class Reference

#include <newmat.h>

Inheritance diagram for NEWMAT::UpperBandMatrix:

List of all members.


Detailed Description

Definition at line 1029 of file newmat.h.


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

Private Member Functions

GeneralMatrixImage () const

Constructor & Destructor Documentation

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

Definition at line 1033 of file newmat.h.

Referenced by Image().

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

Definition at line 1034 of file newmat.h.

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

Definition at line 1035 of file newmat.h.

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

Definition at line 197 of file bandmat.cpp.

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

Definition at line 1042 of file newmat.h.


Member Function Documentation

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 815 of file newmat4.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 205 of file bandmat.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1039 of file newmat.h.

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

Definition at line 1040 of file newmat.h.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 436 of file newmat4.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1043 of file newmat.h.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 355 of file bandmat.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 415 of file bandmat.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 82 of file bandmat.cpp.

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

Definition at line 1047 of file newmat.h.

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

Reimplemented from NEWMAT::BandMatrix.

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

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 801 of file newmat6.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 810 of file newmat6.cpp.

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

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