Isis Developer Reference
Isis::Analysis Struct Reference

Error analysis of Gruen match point solution. More...

#include <GruenTypes.h>

Collaboration diagram for Isis::Analysis:
Collaboration graph

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
 

Detailed Description

Error analysis of Gruen match point solution.

Author
2011-04-18 Kris Becker

Constructor & Destructor Documentation

◆ Analysis()

Isis::Analysis::Analysis ( )
inline

References m_kmat, and m_sevals.

◆ ~Analysis()

Isis::Analysis::~Analysis ( )
inline

Member Function Documentation

◆ getEigen()

double Isis::Analysis::getEigen ( ) const
inline

Returns the square of the of sum of the squares of eigenvalues.

References m_sevals.

Referenced by Isis::MatchPoint::getEigen().

◆ isValid()

bool Isis::Analysis::isValid ( ) const
inline

References m_status.

◆ setZeroState()

void Isis::Analysis::setZeroState ( )
inline

Resets eigenvalues to 0.

References m_kmat, m_sevals, and m_status.

Member Data Documentation

◆ m_kmat

double Isis::Analysis::m_kmat[2]

Referenced by Analysis(), and setZeroState().

◆ m_npts

BigInt Isis::Analysis::m_npts

◆ m_sevals

double Isis::Analysis::m_sevals[2]

Referenced by Analysis(), getEigen(), and setZeroState().

◆ m_status

int Isis::Analysis::m_status

Referenced by isValid(), and setZeroState().

◆ m_variance

double Isis::Analysis::m_variance

The documentation for this struct was generated from the following file: