Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::LowerBandMatrix Class Reference

#include <newmat.h>

Inheritance diagram for NEWMAT::LowerBandMatrix:

Detailed Description

Definition at line 1066 of file newmat.h.

List of all members.

Public Member Functions

 LowerBandMatrix ()
 ~LowerBandMatrix ()
 LowerBandMatrix (int n, int lbw)
 LowerBandMatrix (const BaseMatrix &)
void operator= (const BaseMatrix &)
LowerBandMatrixoperator= (Real f)
LowerBandMatrixoperator= (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 (  ) 

Definition at line 1070 of file newmat.h.

Referenced by Image().

NEWMAT::LowerBandMatrix::~LowerBandMatrix (  ) 

Definition at line 1071 of file newmat.h.

NEWMAT::LowerBandMatrix::LowerBandMatrix ( int  n,
int  lbw 
)

Definition at line 1072 of file newmat.h.

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

Definition at line 210 of file bandmat.cpp.

NEWMAT::LowerBandMatrix::LowerBandMatrix ( const LowerBandMatrix gm  ) 

Definition at line 1079 of file newmat.h.


Member Function Documentation

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 828 of file newmat6.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 819 of file newmat6.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 823 of file newmat4.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 403 of file bandmat.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1080 of file newmat.h.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 222 of file newmat6.cpp.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 110 of file newmat6.cpp.

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

Definition at line 1077 of file newmat.h.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1076 of file newmat.h.

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 218 of file bandmat.cpp.

Referenced by operator=().

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

Reimplemented from NEWMAT::BandMatrix.

Definition at line 1086 of file newmat.h.

void NEWMAT::LowerBandMatrix::ReSize ( int  n,
int  lbw 
)

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

Referenced by ReSize().

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 375 of file bandmat.cpp.

void NEWMAT::LowerBandMatrix::swap ( LowerBandMatrix gm  ) 

Definition at line 1095 of file newmat.h.

Referenced by NEWMAT::swap().

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

Reimplemented from NEWMAT::BandMatrix.

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