mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
mx::math::fit::do_levmar< fitterT, jacf > Struct Template Reference

template<class fitterT, bool jacf = hasJacobian<fitterT>::value>
struct mx::math::fit::do_levmar< fitterT, jacf >

Definition at line 604 of file levmarInterface.hpp.

#include <math/fit/levmarInterface.hpp>

Public Types

typedef fitterT::realT realT
 

Public Member Functions

int operator() (realT *p, realT *x, int m, int n, int itmax, realT *opts, realT *info, realT *work, realT *covar, void *adata)
 

Member Typedef Documentation

◆ realT

template<class fitterT , bool jacf = hasJacobian<fitterT>::value>
typedef fitterT::realT mx::math::fit::do_levmar< fitterT, jacf >::realT

Definition at line 606 of file levmarInterface.hpp.

Member Function Documentation

◆ operator()()

template<class fitterT , bool jacf = hasJacobian<fitterT>::value>
int mx::math::fit::do_levmar< fitterT, jacf >::operator() ( realT p,
realT x,
int  m,
int  n,
int  itmax,
realT opts,
realT info,
realT work,
realT covar,
void adata 
)
inline

Definition at line 608 of file levmarInterface.hpp.

References mx::math::six_fifths().


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