MOOS 0.2375
|
#include <newmat.h>
NEWMAT::SymmetricBandMatrix::SymmetricBandMatrix | ( | ) | [inline] |
NEWMAT::SymmetricBandMatrix::~SymmetricBandMatrix | ( | ) | [inline] |
NEWMAT::SymmetricBandMatrix::SymmetricBandMatrix | ( | int | n, |
int | lb | ||
) | [inline] |
NEWMAT::SymmetricBandMatrix::SymmetricBandMatrix | ( | const BaseMatrix & | M | ) |
Definition at line 428 of file bandmat.cpp.
NEWMAT::SymmetricBandMatrix::SymmetricBandMatrix | ( | const SymmetricBandMatrix & | gm | ) | [inline] |
MatrixBandWidth NEWMAT::SymmetricBandMatrix::BandWidth | ( | ) | const [virtual] |
Reimplemented from NEWMAT::BaseMatrix.
Definition at line 529 of file bandmat.cpp.
Real & NEWMAT::SymmetricBandMatrix::element | ( | int | m, |
int | n | ||
) |
Definition at line 1077 of file newmat6.cpp.
Real NEWMAT::SymmetricBandMatrix::element | ( | int | m, |
int | n | ||
) | const |
Definition at line 1099 of file newmat6.cpp.
void NEWMAT::SymmetricBandMatrix::GetCol | ( | MatrixRowCol & | mrc | ) | [virtual] |
Implements NEWMAT::GeneralMatrix.
Definition at line 685 of file newmat3.cpp.
void NEWMAT::SymmetricBandMatrix::GetCol | ( | MatrixColX & | mrc | ) | [virtual] |
Implements NEWMAT::GeneralMatrix.
Definition at line 726 of file newmat3.cpp.
void NEWMAT::SymmetricBandMatrix::GetRow | ( | MatrixRowCol & | mrc | ) | [virtual] |
Implements NEWMAT::GeneralMatrix.
Definition at line 648 of file newmat3.cpp.
LogAndSign NEWMAT::SymmetricBandMatrix::LogDeterminant | ( | ) | const [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 439 of file bandmat.cpp.
GeneralMatrix * NEWMAT::SymmetricBandMatrix::MakeSolver | ( | ) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 421 of file bandmat.cpp.
Real NEWMAT::SymmetricBandMatrix::Maximum | ( | ) | const [inline, virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Real NEWMAT::SymmetricBandMatrix::MaximumAbsoluteValue | ( | ) | const [inline, virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Real NEWMAT::SymmetricBandMatrix::Minimum | ( | ) | const [inline, virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Real NEWMAT::SymmetricBandMatrix::MinimumAbsoluteValue | ( | ) | const [inline, virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Real & NEWMAT::SymmetricBandMatrix::operator() | ( | int | m, |
int | n | ||
) |
Definition at line 119 of file newmat6.cpp.
Real NEWMAT::SymmetricBandMatrix::operator() | ( | int | m, |
int | n | ||
) | const |
Definition at line 231 of file newmat6.cpp.
void NEWMAT::SymmetricBandMatrix::operator= | ( | Real | f | ) | [inline] |
Reimplemented from NEWMAT::GeneralMatrix.
void NEWMAT::SymmetricBandMatrix::operator= | ( | const BaseMatrix & | X | ) |
Definition at line 507 of file bandmat.cpp.
void NEWMAT::SymmetricBandMatrix::operator= | ( | const SymmetricBandMatrix & | m | ) | [inline] |
void NEWMAT::SymmetricBandMatrix::ReSize | ( | const GeneralMatrix & | A | ) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 457 of file bandmat.cpp.
void NEWMAT::SymmetricBandMatrix::ReSize | ( | int | n, |
int | lb | ||
) |
Definition at line 448 of file bandmat.cpp.
void NEWMAT::SymmetricBandMatrix::ReSizeForAdd | ( | const GeneralMatrix & | A, |
const GeneralMatrix & | B | ||
) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 482 of file bandmat.cpp.
void NEWMAT::SymmetricBandMatrix::ReSizeForSP | ( | const GeneralMatrix & | A, |
const GeneralMatrix & | B | ||
) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 494 of file bandmat.cpp.
void NEWMAT::SymmetricBandMatrix::RestoreCol | ( | MatrixRowCol & | ) | [inline, virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
void NEWMAT::SymmetricBandMatrix::RestoreCol | ( | MatrixColX & | mrc | ) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 771 of file newmat3.cpp.
bool NEWMAT::SymmetricBandMatrix::SameStorageType | ( | const GeneralMatrix & | A | ) | const [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 475 of file bandmat.cpp.
void NEWMAT::SymmetricBandMatrix::SetParameters | ( | const GeneralMatrix * | gmx | ) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 445 of file bandmat.cpp.
Real NEWMAT::SymmetricBandMatrix::Sum | ( | ) | const [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 555 of file bandmat.cpp.
Real NEWMAT::SymmetricBandMatrix::SumAbsoluteValue | ( | ) | const [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 545 of file bandmat.cpp.
Real NEWMAT::SymmetricBandMatrix::SumSquare | ( | ) | const [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 535 of file bandmat.cpp.
Real NEWMAT::SymmetricBandMatrix::Trace | ( | ) | const [virtual] |
Reimplemented from NEWMAT::BaseMatrix.
Definition at line 590 of file newmat8.cpp.
GeneralMatrix * NEWMAT::SymmetricBandMatrix::Transpose | ( | TransposedMatrix * | , |
MatrixType | mt | ||
) | [virtual] |
Reimplemented from NEWMAT::GeneralMatrix.
Definition at line 436 of file bandmat.cpp.
MatrixType NEWMAT::SymmetricBandMatrix::Type | ( | ) | const [virtual] |
Implements NEWMAT::GeneralMatrix.
Definition at line 396 of file newmat4.cpp.