|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossim/matrix/include.h>#include <ossim/matrix/newmatap.h>#include <ossim/matrix/newmatrm.h>#include <ossim/matrix/precisio.h>Go to the source code of this file.
Macros | |
| #define | WANT_MATH |
| #define | REPORT {} |
Functions | |
| void | EigenValues (const SymmetricMatrix &A, DiagonalMatrix &D, Matrix &Z) |
| void | EigenValues (const SymmetricMatrix &X, DiagonalMatrix &D) |
| void | EigenValues (const SymmetricMatrix &X, DiagonalMatrix &D, SymmetricMatrix &A) |
| #define REPORT {} |
Definition at line 19 of file evalue.cpp.
| #define WANT_MATH |
Definition at line 5 of file evalue.cpp.
| void EigenValues | ( | const SymmetricMatrix & | A, |
| DiagonalMatrix & | D, | ||
| Matrix & | Z | ||
| ) |
Definition at line 283 of file evalue.cpp.
| void EigenValues | ( | const SymmetricMatrix & | X, |
| DiagonalMatrix & | D | ||
| ) |
Definition at line 286 of file evalue.cpp.
Referenced by ossimMatrix3x3::getEigenValues(), and ossimMatrix4x4::getEigenValues().
| void EigenValues | ( | const SymmetricMatrix & | X, |
| DiagonalMatrix & | D, | ||
| SymmetricMatrix & | A | ||
| ) |
Definition at line 289 of file evalue.cpp.
1.8.14