Isis Developer Reference
|
Error analysis of Gruen match point solution. More...
#include <GruenTypes.h>
Public Member Functions | |
Analysis () | |
~Analysis () | |
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.
|
inline |
|
inline |
Returns the square of the of sum of the squares of eigenvalues.
References m_sevals.
Referenced by Isis::MatchPoint::getEigen().
|
inline |
References m_status.
|
inline |
double Isis::Analysis::m_kmat[2] |
Referenced by Analysis(), and setZeroState().
BigInt Isis::Analysis::m_npts |
Referenced by Isis::Gruen::errorAnalysis().
double Isis::Analysis::m_sevals[2] |
Referenced by Analysis(), getEigen(), and setZeroState().
int Isis::Analysis::m_status |
Referenced by isValid(), and setZeroState().
double Isis::Analysis::m_variance |