Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::BandMatrix Class Reference

#include <newmat.h>

Inheritance diagram for NEWMAT::BandMatrix:

Detailed Description

Definition at line 968 of file newmat.h.

List of all members.

Public Member Functions

 BandMatrix ()
 ~BandMatrix ()
 BandMatrix (int n, int lb, int ub)
 BandMatrix (const BaseMatrix &)
void operator= (const BaseMatrix &)
BandMatrixoperator= (Real f)
BandMatrixoperator= (const BandMatrix &m)
MatrixType Type () const
Real & operator() (int, int)
Real & element (int, int)
Real operator() (int, int) const
Real element (int, int) const
 BandMatrix (const BandMatrix &gm)
LogAndSign LogDeterminant () const
GeneralMatrixMakeSolver ()
Real Trace () const
Real SumSquare () const
Real SumAbsoluteValue () const
Real Sum () const
Real MaximumAbsoluteValue () const
Real MinimumAbsoluteValue () const
Real Maximum () const
Real Minimum () const
void GetRow (MatrixRowCol &)
void GetCol (MatrixRowCol &)
void GetCol (MatrixColX &)
void RestoreCol (MatrixRowCol &)
void RestoreCol (MatrixColX &c)
void NextRow (MatrixRowCol &)
virtual void ReSize (int, int, int)
void ReSize (const GeneralMatrix &A)
bool SameStorageType (const GeneralMatrix &A) const
void ReSizeForAdd (const GeneralMatrix &A, const GeneralMatrix &B)
void ReSizeForSP (const GeneralMatrix &A, const GeneralMatrix &B)
MatrixBandWidth BandWidth () const
void SetParameters (const GeneralMatrix *)
MatrixInput operator<< (Real)
MatrixInput operator<< (int f)
void operator<< (const Real *r)
void operator<< (const int *r)
void operator<< (const BaseMatrix &X)
void swap (BandMatrix &gm)

Public Attributes

int lower
int upper

Protected Member Functions

void CornerClear () const
short SimpleAddOK (const GeneralMatrix *gm)

Private Member Functions

GeneralMatrixImage () const

Constructor & Destructor Documentation

NEWMAT::BandMatrix::BandMatrix (  ) 

Definition at line 976 of file newmat.h.

Referenced by Image().

NEWMAT::BandMatrix::~BandMatrix (  ) 

Definition at line 977 of file newmat.h.

NEWMAT::BandMatrix::BandMatrix ( int  n,
int  lb,
int  ub 
)

Definition at line 978 of file newmat.h.

NEWMAT::BandMatrix::BandMatrix ( const BaseMatrix M  ) 

Definition at line 30 of file bandmat.cpp.

NEWMAT::BandMatrix::BandMatrix ( const BandMatrix gm  ) 

Definition at line 993 of file newmat.h.


Member Function Documentation

MatrixBandWidth NEWMAT::BandMatrix::BandWidth (  )  const [virtual]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 454 of file newmat4.cpp.

void NEWMAT::BandMatrix::CornerClear (  )  const [protected]
Real NEWMAT::BandMatrix::element ( int  m,
int  n 
) const

Reimplemented in NEWMAT::UpperBandMatrix, and NEWMAT::LowerBandMatrix.

Definition at line 792 of file newmat6.cpp.

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

Reimplemented in NEWMAT::UpperBandMatrix, and NEWMAT::LowerBandMatrix.

Definition at line 783 of file newmat6.cpp.

void NEWMAT::BandMatrix::GetCol ( MatrixColX mrc  )  [virtual]

Implements NEWMAT::GeneralMatrix.

Definition at line 617 of file newmat3.cpp.

void NEWMAT::BandMatrix::GetCol ( MatrixRowCol mrc  )  [virtual]

Implements NEWMAT::GeneralMatrix.

Definition at line 589 of file newmat3.cpp.

void NEWMAT::BandMatrix::GetRow ( MatrixRowCol mrc  )  [virtual]

Implements NEWMAT::GeneralMatrix.

Definition at line 568 of file newmat3.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Reimplemented in NEWMAT::UpperBandMatrix, and NEWMAT::LowerBandMatrix.

Definition at line 809 of file newmat4.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Reimplemented in NEWMAT::UpperBandMatrix, and NEWMAT::LowerBandMatrix.

Definition at line 397 of file bandmat.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Reimplemented in NEWMAT::UpperBandMatrix, and NEWMAT::LowerBandMatrix.

Definition at line 264 of file bandmat.cpp.

Real NEWMAT::BandMatrix::Maximum (  )  const [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1006 of file newmat.h.

Real NEWMAT::BandMatrix::MaximumAbsoluteValue (  )  const [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1002 of file newmat.h.

Real NEWMAT::BandMatrix::Minimum (  )  const [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1007 of file newmat.h.

Real NEWMAT::BandMatrix::MinimumAbsoluteValue (  )  const [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1004 of file newmat.h.

void NEWMAT::BandMatrix::NextRow ( MatrixRowCol mrc  )  [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 580 of file newmat3.cpp.

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

Reimplemented in NEWMAT::UpperBandMatrix, and NEWMAT::LowerBandMatrix.

Definition at line 204 of file newmat6.cpp.

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

Reimplemented in NEWMAT::UpperBandMatrix, and NEWMAT::LowerBandMatrix.

Definition at line 92 of file newmat6.cpp.

void NEWMAT::BandMatrix::operator<< ( const BaseMatrix X  ) 

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1027 of file newmat.h.

void NEWMAT::BandMatrix::operator<< ( const int *  r  ) 

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 453 of file newmat5.cpp.

void NEWMAT::BandMatrix::operator<< ( const Real *  r  ) 

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 450 of file newmat5.cpp.

MatrixInput NEWMAT::BandMatrix::operator<< ( int  f  ) 

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1879 of file newmat.h.

MatrixInput NEWMAT::BandMatrix::operator<< ( Real   ) 

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 441 of file newmat5.cpp.

Referenced by operator<<().

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

Definition at line 983 of file newmat.h.

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

Reimplemented from NEWMAT::GeneralMatrix.

Reimplemented in NEWMAT::UpperBandMatrix, and NEWMAT::LowerBandMatrix.

Definition at line 982 of file newmat.h.

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

Reimplemented in NEWMAT::UpperBandMatrix, and NEWMAT::LowerBandMatrix.

Definition at line 149 of file bandmat.cpp.

Referenced by operator=().

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

Reimplemented from NEWMAT::GeneralMatrix.

Reimplemented in NEWMAT::UpperBandMatrix, and NEWMAT::LowerBandMatrix.

Definition at line 102 of file bandmat.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Reimplemented in NEWMAT::UpperBandMatrix, and NEWMAT::LowerBandMatrix.

Definition at line 45 of file bandmat.cpp.

Referenced by BandMatrix().

void NEWMAT::BandMatrix::ReSizeForAdd ( const GeneralMatrix A,
const GeneralMatrix B 
) [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 122 of file bandmat.cpp.

void NEWMAT::BandMatrix::ReSizeForSP ( const GeneralMatrix A,
const GeneralMatrix B 
) [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 135 of file bandmat.cpp.

void NEWMAT::BandMatrix::RestoreCol ( MatrixColX c  )  [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1012 of file newmat.h.

Referenced by RestoreCol().

void NEWMAT::BandMatrix::RestoreCol ( MatrixRowCol mrc  )  [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 636 of file newmat3.cpp.

bool NEWMAT::BandMatrix::SameStorageType ( const GeneralMatrix A  )  const [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 115 of file bandmat.cpp.

void NEWMAT::BandMatrix::SetParameters ( const GeneralMatrix gmx  )  [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 38 of file bandmat.cpp.

short NEWMAT::BandMatrix::SimpleAddOK ( const GeneralMatrix gm  )  [protected, virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 63 of file bandmat.cpp.

Real NEWMAT::BandMatrix::Sum (  )  const [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1000 of file newmat.h.

Real NEWMAT::BandMatrix::SumAbsoluteValue (  )  const [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 998 of file newmat.h.

Real NEWMAT::BandMatrix::SumSquare (  )  const [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 997 of file newmat.h.

void NEWMAT::BandMatrix::swap ( BandMatrix gm  ) 

Definition at line 1068 of file newmat4.cpp.

Referenced by NEWMAT::swap().

Real NEWMAT::BandMatrix::Trace (  )  const [virtual]

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 584 of file newmat8.cpp.

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

Implements NEWMAT::GeneralMatrix.

Reimplemented in NEWMAT::UpperBandMatrix, and NEWMAT::LowerBandMatrix.

Definition at line 435 of file newmat4.cpp.


Member Data Documentation


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