Class documentation of Concepts

Loading...
Searching...
No Matches
Inheritance diagram for alglib::lsfitstate:
alglib::_lsfitstate_owner

Public Member Functions

 lsfitstate (const lsfitstate &rhs)
 
lsfitstateoperator= (const lsfitstate &rhs)
 
alglib_impl::lsfitstatec_ptr ()
 
alglib_impl::lsfitstatec_ptr () const
 

Public Attributes

ae_bool & needf
 
ae_bool & needfg
 
ae_bool & needfgh
 
ae_bool & xupdated
 
real_1d_array c
 
double & f
 
real_1d_array g
 
real_2d_array h
 
real_1d_array x
 

Protected Attributes

alglib_impl::lsfitstatep_struct
 

Detailed Description

Definition at line 718 of file interpolation.h.

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

alglib_impl::lsfitstate* alglib::_lsfitstate_owner::p_struct
protectedinherited

Definition at line 716 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: