Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::UpperBandMatrix Class Reference

#include <newmat.h>

Inheritance diagram for NEWMAT::UpperBandMatrix:

Detailed Description

Definition at line 1032 of file newmat.h.

List of all members.

Public Member Functions

 UpperBandMatrix ()
 ~UpperBandMatrix ()
 UpperBandMatrix (int n, int ubw)
 UpperBandMatrix (const BaseMatrix &)
void operator= (const BaseMatrix &)
UpperBandMatrixoperator= (Real f)
UpperBandMatrixoperator= (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 (  ) 

Definition at line 1036 of file newmat.h.

Referenced by Image().

NEWMAT::UpperBandMatrix::~UpperBandMatrix (  ) 

Definition at line 1037 of file newmat.h.

NEWMAT::UpperBandMatrix::UpperBandMatrix ( int  n,
int  ubw 
)

Definition at line 1038 of file newmat.h.

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

Definition at line 195 of file bandmat.cpp.

NEWMAT::UpperBandMatrix::UpperBandMatrix ( const UpperBandMatrix gm  ) 

Definition at line 1045 of file newmat.h.


Member Function Documentation

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 810 of file newmat6.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 801 of file newmat6.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 816 of file newmat4.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 413 of file bandmat.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1046 of file newmat.h.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 213 of file newmat6.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 101 of file newmat6.cpp.

UpperBandMatrix& NEWMAT::UpperBandMatrix::operator= ( const UpperBandMatrix m  ) 

Definition at line 1043 of file newmat.h.

UpperBandMatrix& NEWMAT::UpperBandMatrix::operator= ( Real  f  ) 

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1042 of file newmat.h.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 203 of file bandmat.cpp.

Referenced by operator=().

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1052 of file newmat.h.

void NEWMAT::UpperBandMatrix::ReSize ( int  n,
int  ubw 
)

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

Referenced by ReSize().

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 353 of file bandmat.cpp.

void NEWMAT::UpperBandMatrix::swap ( UpperBandMatrix gm  ) 

Definition at line 1061 of file newmat.h.

Referenced by NEWMAT::swap().

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 436 of file newmat4.cpp.


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

newmat11b
Generated Mon May 9 04:54:19 2016 by Doxygen 1.6.3