Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psMinimization Struct Reference
[Stats]

#include <psMinimizeLMM.h>


Detailed Description

A data structure for minimization routines.

Contains numerical analysis parameters/values

Definition at line 48 of file psMinimizeLMM.h.

Data Fields

const int maxIter
 Convergence limit.
const float tol
 Error Tolerance.
float value
 Value of function at minimum.
int iter
 Number of iterations to date.
float lastDelta
 The last difference for the fit.


Field Documentation

int psMinimization::iter
 

Number of iterations to date.

Definition at line 53 of file psMinimizeLMM.h.

float psMinimization::lastDelta
 

The last difference for the fit.

Definition at line 54 of file psMinimizeLMM.h.

const int psMinimization::maxIter
 

Convergence limit.

Definition at line 50 of file psMinimizeLMM.h.

const float psMinimization::tol
 

Error Tolerance.

Definition at line 51 of file psMinimizeLMM.h.

float psMinimization::value
 

Value of function at minimum.

Definition at line 52 of file psMinimizeLMM.h.


The documentation for this struct was generated from the following file:
Generated on Mon Jul 3 14:15:11 2006 for Pan-STARRS Foundation Library by  doxygen 1.4.4