#include <interpolation.h>

Inheritance diagram for alglib::lsfitstate:
alglib::_lsfitstate_owner

Public Member Functions

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

Public Attributes

real_1d_array c
 
double & f
 
real_1d_array g
 
real_2d_array h
 
ae_boolneedf
 
ae_boolneedfg
 
ae_boolneedfgh
 
real_1d_array x
 
ae_boolxupdated
 

Protected Attributes

alglib_impl::lsfitstatep_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 alglib::lsfitstate::~lsfitstate ( )
virtual

Member Function Documentation

◆ c_ptr() [1/2]

alglib_impl::lsfitstate* alglib::_lsfitstate_owner::c_ptr ( )
inherited

◆ c_ptr() [2/2]

alglib_impl::lsfitstate* alglib::_lsfitstate_owner::c_ptr ( ) const
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

alglib_impl::lsfitstate* alglib::_lsfitstate_owner::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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich