Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members
alglib::lsfitstate Class Reference

#include <interpolation.h>

Inheritance diagram for alglib::lsfitstate:
Inheritance graph
[legend]
Collaboration diagram for alglib::lsfitstate:
Collaboration graph
[legend]

Public Member Functions

 lsfitstate ()
 
 lsfitstate (const lsfitstate &rhs)
 
lsfitstateoperator= (const lsfitstate &rhs)
 
virtual ~lsfitstate ()
 
- Public Member Functions inherited from alglib::_lsfitstate_owner
 _lsfitstate_owner ()
 
 _lsfitstate_owner (const _lsfitstate_owner &rhs)
 
_lsfitstate_owneroperator= (const _lsfitstate_owner &rhs)
 
virtual ~_lsfitstate_owner ()
 
alglib_impl::lsfitstatec_ptr ()
 
alglib_impl::lsfitstatec_ptr () const
 

Public Attributes

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

Additional Inherited Members

- Protected Attributes inherited from alglib::_lsfitstate_owner
alglib_impl::lsfitstatep_struct
 

Detailed Description

Definition at line 533 of file interpolation.h.

Constructor & Destructor Documentation

◆ lsfitstate() [1/2]

alglib::lsfitstate::lsfitstate ( )

Definition at line 3671 of file interpolation.cpp.

3672 {
3673 }
real_1d_array g
real_1d_array x
real_1d_array c
alglib_impl::lsfitstate * p_struct
real_2d_array h

◆ lsfitstate() [2/2]

alglib::lsfitstate::lsfitstate ( const lsfitstate rhs)

Definition at line 3675 of file interpolation.cpp.

3676 {
3677 }
real_1d_array g
real_1d_array x
real_1d_array c
alglib_impl::lsfitstate * p_struct
real_2d_array h

◆ ~lsfitstate()

alglib::lsfitstate::~lsfitstate ( )
virtual

Definition at line 3687 of file interpolation.cpp.

3688 {
3689 }

Member Function Documentation

◆ operator=()

lsfitstate & alglib::lsfitstate::operator= ( const lsfitstate rhs)

Definition at line 3679 of file interpolation.cpp.

3680 {
3681  if( this==&rhs )
3682  return *this;
3684  return *this;
3685 }
_lsfitstate_owner & operator=(const _lsfitstate_owner &rhs)

Member Data Documentation

◆ c

real_1d_array alglib::lsfitstate::c

Definition at line 544 of file interpolation.h.

◆ f

double& alglib::lsfitstate::f

Definition at line 545 of file interpolation.h.

◆ g

real_1d_array alglib::lsfitstate::g

Definition at line 546 of file interpolation.h.

◆ h

real_2d_array alglib::lsfitstate::h

Definition at line 547 of file interpolation.h.

◆ needf

ae_bool& alglib::lsfitstate::needf

Definition at line 540 of file interpolation.h.

◆ needfg

ae_bool& alglib::lsfitstate::needfg

Definition at line 541 of file interpolation.h.

◆ needfgh

ae_bool& alglib::lsfitstate::needfgh

Definition at line 542 of file interpolation.h.

◆ x

real_1d_array alglib::lsfitstate::x

Definition at line 548 of file interpolation.h.

◆ xupdated

ae_bool& alglib::lsfitstate::xupdated

Definition at line 543 of file interpolation.h.


The documentation for this class was generated from the following files: