|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <newmat.h>
Public Member Functions | |
| LogAndSign () | |
| LogAndSign (Real) | |
| void | operator*= (Real) |
| void | PowEq (int k) |
| void | ChangeSign () |
| Real | LogValue () const |
| int | Sign () const |
| Real | Value () const |
Private Attributes | |
| Real | log_value |
| int | sign |
| LogAndSign::LogAndSign | ( | Real | f | ) |
|
inline |
Definition at line 50 of file newmat.h.
References sign().
Referenced by CroutMatrix::LogDeterminant(), and BandLUMatrix::LogDeterminant().
| void LogAndSign::operator*= | ( | Real | x | ) |
Definition at line 617 of file newmat8.cpp.
| void LogAndSign::PowEq | ( | int | k | ) |
Definition at line 624 of file newmat8.cpp.
References sign().
Referenced by IdentityMatrix::LogDeterminant().
| Real LogAndSign::Value | ( | ) | const |
Definition at line 633 of file newmat8.cpp.
References sign().
Referenced by BaseMatrix::Determinant().
1.8.14