OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <newmat.h>
Private Member Functions | |
void | ludcmp () |
void | operator= (const CroutMatrix &) |
Private Attributes | |
int * | indx |
bool | d |
bool | sing |
CroutMatrix::CroutMatrix | ( | const BaseMatrix & | m | ) |
Definition at line 170 of file newmat4.cpp.
References CleanUp(), d, GeneralMatrix::Evaluate(), GeneralMatrix::GetMatrix(), indx, ludcmp(), MatrixErrorNoSpace(), MONITOR_INT_NEW, GeneralMatrix::ncols, GeneralMatrix::nrows, REPORT, MatrixType::Rt, and sing.
CroutMatrix::~CroutMatrix | ( | ) |
Definition at line 184 of file newmat4.cpp.
References indx, MONITOR_INT_DELETE, and GeneralMatrix::nrows.
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 898 of file newmat4.cpp.
References GeneralMatrix::CleanUp(), indx, GeneralMatrix::nrows, and REPORT.
Referenced by CroutMatrix().
|
virtual |
|
inlinevirtual |
Implements GeneralMatrix.
Definition at line 919 of file newmat.h.
References GetCol().
Referenced by GetCol().
|
virtual |
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 918 of file newmat7.cpp.
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 696 of file newmat8.cpp.
References LogAndSign::ChangeSign(), and REPORT.
void CroutMatrix::lubksb | ( | Real * | B, |
int | mini = 0 |
||
) |
Definition at line 98 of file newmat8.cpp.
|
private |
Definition at line 27 of file newmat8.cpp.
References REPORT.
Referenced by CroutMatrix().
|
inlinevirtual |
Reimplemented from GeneralMatrix.
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 905 of file newmat4.cpp.
References indx, GeneralMatrix::MiniCleanUp(), GeneralMatrix::nrows, and REPORT.
|
inlineprivate |
|
virtual |
Reimplemented from GeneralMatrix.
Definition at line 38 of file newmat7.cpp.
References MatrixRowCol::data, REPORT, MatrixRowCol::skip, and MatrixRowCol::storage.
|
virtual |
Implements GeneralMatrix.
Definition at line 421 of file newmat4.cpp.
References MatrixType::Ct.
|
private |
Definition at line 905 of file newmat.h.
Referenced by CroutMatrix().
|
private |
Definition at line 904 of file newmat.h.
Referenced by CleanUp(), CroutMatrix(), MiniCleanUp(), and ~CroutMatrix().
|
private |
Definition at line 906 of file newmat.h.
Referenced by CroutMatrix().