mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
mx::math::fit::array2Fit< realT > Struct Template Reference

template<typename realT>
struct mx::math::fit::array2Fit< realT >

Wrapper for a native array to pass to levmarInterface.

Definition at line 836 of file levmarInterface.hpp.

#include <math/fit/levmarInterface.hpp>

Public Attributes

size_t nx {0}
 Pointer to the array. More...
 
size_t ny {0}
 X dimension of the array. More...
 

Member Data Documentation

◆ nx

template<typename realT >
size_t mx::math::fit::array2Fit< realT >::nx {0}

Pointer to the array.

Definition at line 839 of file levmarInterface.hpp.

◆ ny

template<typename realT >
size_t mx::math::fit::array2Fit< realT >::ny {0}

X dimension of the array.

Definition at line 840 of file levmarInterface.hpp.


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