USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::Analysis Struct Reference

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

#include <GruenTypes.h>

Collaboration diagram for Isis::Analysis:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Error analysis of Gruen match point solution.

Author:
2011-04-18 Kris Becker

For internal use only.

Definition at line 399 of file GruenTypes.h.


Member Function Documentation

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

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

Definition at line 412 of file GruenTypes.h.

Referenced by Isis::Gruen::MatchAlgorithm().

void Isis::Analysis::setZeroState (  )  [inline]

Resets eigenvalues to 0.

Definition at line 419 of file GruenTypes.h.

Referenced by Isis::SmtkMatcher::Create().


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