OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <newmat.h>
Private Member Functions | |
void | ludcmp () |
void | operator= (const BandLUMatrix &) |
Private Attributes | |
int * | indx |
bool | d |
bool | sing |
Real * | store2 |
int | storage2 |
int | m1 |
int | m2 |
BandLUMatrix::BandLUMatrix | ( | const BaseMatrix & | m | ) |
Definition at line 226 of file bandmat.cpp.
References MatrixType::BM, GeneralMatrix::Evaluate(), MatrixErrorNoSpace(), MONITOR_INT_NEW, MONITOR_REAL_NEW, and REPORT.
BandLUMatrix::~BandLUMatrix | ( | ) |
Definition at line 244 of file bandmat.cpp.
References MONITOR_INT_DELETE, MONITOR_REAL_DELETE, and REPORT.
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 912 of file newmat4.cpp.
References GeneralMatrix::CleanUp(), indx, GeneralMatrix::nrows, REPORT, storage2, and store2.
|
virtual |
|
inlinevirtual |
Implements GeneralMatrix.
Definition at line 1132 of file newmat.h.
References GetCol().
Referenced by GetCol().
|
virtual |
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 935 of file newmat7.cpp.
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 255 of file bandmat.cpp.
References LogAndSign::ChangeSign(), and REPORT.
void BandLUMatrix::lubksb | ( | Real * | B, |
int | mini = 0 |
||
) |
Definition at line 314 of file bandmat.cpp.
|
private |
Definition at line 273 of file bandmat.cpp.
|
inlinevirtual |
Reimplemented from GeneralMatrix.
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 920 of file newmat4.cpp.
References indx, GeneralMatrix::MiniCleanUp(), GeneralMatrix::nrows, REPORT, storage2, and store2.
|
inlineprivate |
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 341 of file bandmat.cpp.
References MatrixRowCol::data, REPORT, MatrixRowCol::skip, and MatrixRowCol::storage.
|
virtual |
Implements GeneralMatrix.
Definition at line 252 of file bandmat.cpp.
References MatrixType::BC, and REPORT.
|
private |
Definition at line 1114 of file newmat.h.
Referenced by CleanUp(), and MiniCleanUp().
|
private |
Definition at line 1118 of file newmat.h.
Referenced by CleanUp(), and MiniCleanUp().
|
private |
Definition at line 1117 of file newmat.h.
Referenced by CleanUp(), and MiniCleanUp().