alglib::lsfitstate Class Reference
#include <interpolation.h>
Inheritance diagram for alglib::lsfitstate:
Public Member Functions | |
alglib_impl::lsfitstate * | c_ptr () |
alglib_impl::lsfitstate * | c_ptr () const |
lsfitstate () | |
lsfitstate (const lsfitstate &rhs) | |
lsfitstate & | operator= (const lsfitstate &rhs) |
virtual | ~lsfitstate () |
Public Attributes | |
real_1d_array | c |
double & | f |
real_1d_array | g |
real_2d_array | h |
ae_bool & | needf |
ae_bool & | needfg |
ae_bool & | needfgh |
real_1d_array | x |
ae_bool & | xupdated |
Protected Attributes | |
alglib_impl::lsfitstate * | p_struct |
Detailed Description
Definition at line 718 of file interpolation.h.
Constructor & Destructor Documentation
◆ lsfitstate() [1/2]
alglib::lsfitstate::lsfitstate | ( | ) |
◆ lsfitstate() [2/2]
alglib::lsfitstate::lsfitstate | ( | const lsfitstate & | rhs | ) |
◆ ~lsfitstate()
|
virtual |
Member Function Documentation
◆ c_ptr() [1/2]
|
inherited |
◆ c_ptr() [2/2]
|
inherited |
◆ operator=()
lsfitstate& alglib::lsfitstate::operator= | ( | const lsfitstate & | rhs | ) |
Member Data Documentation
◆ c
real_1d_array alglib::lsfitstate::c |
Definition at line 729 of file interpolation.h.
◆ f
double& alglib::lsfitstate::f |
Definition at line 730 of file interpolation.h.
◆ g
real_1d_array alglib::lsfitstate::g |
Definition at line 731 of file interpolation.h.
◆ h
real_2d_array alglib::lsfitstate::h |
Definition at line 732 of file interpolation.h.
◆ needf
ae_bool& alglib::lsfitstate::needf |
Definition at line 725 of file interpolation.h.
◆ needfg
ae_bool& alglib::lsfitstate::needfg |
Definition at line 726 of file interpolation.h.
◆ needfgh
ae_bool& alglib::lsfitstate::needfgh |
Definition at line 727 of file interpolation.h.
◆ p_struct
|
protectedinherited |
Definition at line 721 of file interpolation.h.
◆ x
real_1d_array alglib::lsfitstate::x |
Definition at line 733 of file interpolation.h.
◆ xupdated
ae_bool& alglib::lsfitstate::xupdated |
Definition at line 728 of file interpolation.h.
The documentation for this class was generated from the following file:
- alglib/interpolation.h