Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes | Friends
icl::math::LevenbergMarquardtFitter< Scalar >::Result Struct Reference

Utility structure, that represents a fitting result. More...

#include <LevenbergMarquardtFitter.h>

List of all members.

Public Attributes

int iteration
 number of iterations needed
Scalar error
 reached error
std::vector< Scalar > lambdas
 last lambdas (one per output)
Params params
 final parameters

Friends

ICLMath_API std::ostream & operator<< (std::ostream &str, const Result &d)
 overloaded ostream-operator

Detailed Description

template<class Scalar>
struct icl::math::LevenbergMarquardtFitter< Scalar >::Result

Utility structure, that represents a fitting result.


Friends And Related Function Documentation

template<class Scalar>
ICLMath_API std::ostream& operator<< ( std::ostream &  str,
const Result d 
) [friend]

overloaded ostream-operator


Member Data Documentation

template<class Scalar>
Scalar icl::math::LevenbergMarquardtFitter< Scalar >::Result::error

reached error

template<class Scalar>
int icl::math::LevenbergMarquardtFitter< Scalar >::Result::iteration

number of iterations needed

template<class Scalar>
std::vector<Scalar> icl::math::LevenbergMarquardtFitter< Scalar >::Result::lambdas

last lambdas (one per output)

template<class Scalar>
Params icl::math::LevenbergMarquardtFitter< Scalar >::Result::params

final parameters


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines