Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::SymmetricBandMatrix Class Reference

#include <newmat.h>

Inheritance diagram for NEWMAT::SymmetricBandMatrix:

List of all members.


Detailed Description

Definition at line 1097 of file newmat.h.


Public Member Functions

 SymmetricBandMatrix ()
 ~SymmetricBandMatrix ()
 SymmetricBandMatrix (int n, int lb)
 SymmetricBandMatrix (const BaseMatrix &)
void operator= (const BaseMatrix &)
void operator= (Real f)
void operator= (const SymmetricBandMatrix &m)
Real & operator() (int, int)
Real & element (int, int)
Real operator() (int, int) const
Real element (int, int) const
MatrixType Type () const
 SymmetricBandMatrix (const SymmetricBandMatrix &gm)
GeneralMatrixMakeSolver ()
Real SumSquare () const
Real SumAbsoluteValue () const
Real Sum () const
Real MaximumAbsoluteValue () const
Real MinimumAbsoluteValue () const
Real Maximum () const
Real Minimum () const
Real Trace () const
LogAndSign LogDeterminant () const
void GetRow (MatrixRowCol &)
void GetCol (MatrixRowCol &)
void GetCol (MatrixColX &)
void RestoreCol (MatrixRowCol &)
void RestoreCol (MatrixColX &)
GeneralMatrixTranspose (TransposedMatrix *, MatrixType)
void ReSize (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 *)
void operator<< (const Real *r)
void operator<< (const int *r)
void operator<< (const BaseMatrix &X)
void swap (SymmetricBandMatrix &gm)

Public Attributes

int lower

Private Member Functions

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

Constructor & Destructor Documentation

NEWMAT::SymmetricBandMatrix::SymmetricBandMatrix (  )  [inline]

Definition at line 1104 of file newmat.h.

Referenced by Image().

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

Definition at line 1105 of file newmat.h.

NEWMAT::SymmetricBandMatrix::SymmetricBandMatrix ( int  n,
int  lb 
) [inline]

Definition at line 1106 of file newmat.h.

NEWMAT::SymmetricBandMatrix::SymmetricBandMatrix ( const BaseMatrix M  ) 

Definition at line 431 of file bandmat.cpp.

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

Definition at line 1120 of file newmat.h.


Member Function Documentation

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 829 of file newmat4.cpp.

void NEWMAT::SymmetricBandMatrix::CornerClear (  )  const [private]

short NEWMAT::SymmetricBandMatrix::SimpleAddOK ( const GeneralMatrix gm  )  [private, virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 74 of file bandmat.cpp.

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

Definition at line 510 of file bandmat.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1109 of file newmat.h.

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

Definition at line 1110 of file newmat.h.

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

Definition at line 119 of file newmat6.cpp.

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

Definition at line 837 of file newmat6.cpp.

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

Definition at line 231 of file newmat6.cpp.

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

Definition at line 859 of file newmat6.cpp.

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

Implements NEWMAT::GeneralMatrix.

Definition at line 438 of file newmat4.cpp.

Referenced by SameStorageType().

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 424 of file bandmat.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 538 of file bandmat.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 548 of file bandmat.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 558 of file bandmat.cpp.

Real NEWMAT::SymmetricBandMatrix::MaximumAbsoluteValue (  )  const [inline, virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1125 of file newmat.h.

Real NEWMAT::SymmetricBandMatrix::MinimumAbsoluteValue (  )  const [inline, virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1127 of file newmat.h.

Real NEWMAT::SymmetricBandMatrix::Maximum (  )  const [inline, virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1129 of file newmat.h.

Real NEWMAT::SymmetricBandMatrix::Minimum (  )  const [inline, virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1130 of file newmat.h.

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

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 594 of file newmat8.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 442 of file bandmat.cpp.

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

Implements NEWMAT::GeneralMatrix.

Definition at line 650 of file newmat3.cpp.

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

Implements NEWMAT::GeneralMatrix.

Definition at line 687 of file newmat3.cpp.

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

Implements NEWMAT::GeneralMatrix.

Definition at line 728 of file newmat3.cpp.

void NEWMAT::SymmetricBandMatrix::RestoreCol ( MatrixRowCol  )  [inline, virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1136 of file newmat.h.

void NEWMAT::SymmetricBandMatrix::RestoreCol ( MatrixColX mrc  )  [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 773 of file newmat3.cpp.

GeneralMatrix * NEWMAT::SymmetricBandMatrix::Transpose ( TransposedMatrix ,
MatrixType  mt 
) [virtual]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 439 of file bandmat.cpp.

void NEWMAT::SymmetricBandMatrix::ReSize ( int  n,
int  lb 
)

Definition at line 451 of file bandmat.cpp.

Referenced by ReSize(), ReSizeForAdd(), ReSizeForSP(), and SymmetricBandMatrix().

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 460 of file bandmat.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 478 of file bandmat.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 485 of file bandmat.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 497 of file bandmat.cpp.

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

Reimplemented from NEWMAT::BaseMatrix.

Definition at line 532 of file bandmat.cpp.

Referenced by SameStorageType().

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 448 of file bandmat.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 456 of file newmat5.cpp.

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

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 459 of file newmat5.cpp.

void NEWMAT::SymmetricBandMatrix::operator<< ( const BaseMatrix X  )  [inline]

Reimplemented from NEWMAT::GeneralMatrix.

Definition at line 1148 of file newmat.h.

void NEWMAT::SymmetricBandMatrix::swap ( SymmetricBandMatrix gm  ) 

Definition at line 1076 of file newmat4.cpp.

Referenced by NEWMAT::swap().


Member Data Documentation


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