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

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

Definition at line 505 of file levmarInterface.hpp.

#include <math/fit/levmarInterface.hpp>

Public Types

typedef fitterT::realT realT
 

Public Member Functions

int operator() (int m, int n)
 

Member Typedef Documentation

◆ realT

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

Definition at line 507 of file levmarInterface.hpp.

Member Function Documentation

◆ operator()()

template<class fitterT , bool jacf = hasJacobian<fitterT>::value>
int mx::math::fit::levmar_allocate_size< fitterT, jacf >::operator() ( int  m,
int  n 
)
inline

Definition at line 509 of file levmarInterface.hpp.

References LM_DIF_WORKSZ.


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