Image Component Library (ICL)
Public Attributes | List of all members
icl::math::LevenbergMarquardtFitter< Scalar >::Data Struct Reference

utility structure that is used in the static create_data utlity method More...

#include <LevenbergMarquardtFitter.h>

Public Attributes

Matrix x
 input (each row is a data sample) More...
 
Matrix y
 outputs More...
 

Detailed Description

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

utility structure that is used in the static create_data utlity method

Member Data Documentation

◆ x

template<class Scalar>
Matrix icl::math::LevenbergMarquardtFitter< Scalar >::Data::x

input (each row is a data sample)

◆ y

template<class Scalar>
Matrix icl::math::LevenbergMarquardtFitter< Scalar >::Data::y

outputs


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