Error analysis of Gruen match point solution. More...
#include <GruenTypes.h>

Public Member Functions | |
| bool | isValid () const |
| double | getEigen () const |
| Returns the square of the of sum of the squares of eigenvalues. | |
| void | setZeroState () |
| Resets eigenvalues to 0. | |
Public Attributes | |
| BigInt | m_npts |
| double | m_variance |
| double | m_sevals [2] |
| double | m_kmat [2] |
| int | m_status |
Error analysis of Gruen match point solution.
Definition at line 383 of file GruenTypes.h.
|
inline |
Definition at line 384 of file GruenTypes.h.
|
inline |
Definition at line 391 of file GruenTypes.h.
|
inline |
Returns the square of the of sum of the squares of eigenvalues.
Definition at line 396 of file GruenTypes.h.
Referenced by Isis::Gruen::MatchAlgorithm().
|
inline |
Definition at line 393 of file GruenTypes.h.
|
inline |
Resets eigenvalues to 0.
Definition at line 403 of file GruenTypes.h.
Referenced by Isis::SmtkMatcher::Create().
| double Isis::Analysis::m_kmat[2] |
Definition at line 415 of file GruenTypes.h.
| BigInt Isis::Analysis::m_npts |
Definition at line 412 of file GruenTypes.h.
| double Isis::Analysis::m_sevals[2] |
Definition at line 414 of file GruenTypes.h.
| int Isis::Analysis::m_status |
Definition at line 416 of file GruenTypes.h.
| double Isis::Analysis::m_variance |
Definition at line 413 of file GruenTypes.h.