mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
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 824 of file levmarInterface.hpp.

#include <math/fit/levmarInterface.hpp>

Public Attributes

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

Member Data Documentation

◆ nx

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

Pointer to the array.

Definition at line 827 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 828 of file levmarInterface.hpp.


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