psMinimization Struct Reference
[Mathematical Operations]

#include <psMinimizeLMM.h>


Detailed Description

A data structure for minimization routines.

Contains numerical analysis parameters/values

Definition at line 75 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

const int psMinimization::maxIter

Convergence limit.

Definition at line 77 of file psMinimizeLMM.h.

const float psMinimization::tol

Error Tolerance.

Definition at line 78 of file psMinimizeLMM.h.

float psMinimization::value

Value of function at minimum.

Definition at line 79 of file psMinimizeLMM.h.

int psMinimization::iter

Number of iterations to date.

Definition at line 80 of file psMinimizeLMM.h.

float psMinimization::lastDelta

The last difference for the fit.

Definition at line 81 of file psMinimizeLMM.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 2 22:25:57 2007 for pslib by  doxygen 1.5.1