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

#include <solvers.h>

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

Public Member Functions

 nleqstate ()
 
 nleqstate (const nleqstate &rhs)
 
nleqstateoperator= (const nleqstate &rhs)
 
virtual ~nleqstate ()
 
- Public Member Functions inherited from alglib::_nleqstate_owner
 _nleqstate_owner ()
 
 _nleqstate_owner (const _nleqstate_owner &rhs)
 
_nleqstate_owneroperator= (const _nleqstate_owner &rhs)
 
virtual ~_nleqstate_owner ()
 
alglib_impl::nleqstatec_ptr ()
 
alglib_impl::nleqstatec_ptr () const
 

Public Attributes

ae_boolneedf
 
ae_boolneedfij
 
ae_boolxupdated
 
double & f
 
real_1d_array fi
 
real_2d_array j
 
real_1d_array x
 

Additional Inherited Members

- Protected Attributes inherited from alglib::_nleqstate_owner
alglib_impl::nleqstatep_struct
 

Detailed Description

Definition at line 383 of file solvers.h.

Constructor & Destructor Documentation

◆ nleqstate() [1/2]

alglib::nleqstate::nleqstate ( )

Definition at line 2051 of file solvers.cpp.

2052 {
2053 }
real_2d_array j
Definition: solvers.h:395
real_1d_array x
Definition: solvers.h:396
double & f
Definition: solvers.h:393
alglib_impl::nleqstate * p_struct
Definition: solvers.h:381
ae_bool & needf
Definition: solvers.h:390
ae_bool & xupdated
Definition: solvers.h:392
ae_bool & needfij
Definition: solvers.h:391
real_1d_array fi
Definition: solvers.h:394

◆ nleqstate() [2/2]

alglib::nleqstate::nleqstate ( const nleqstate rhs)

Definition at line 2055 of file solvers.cpp.

2056 {
2057 }
real_2d_array j
Definition: solvers.h:395
real_1d_array x
Definition: solvers.h:396
double & f
Definition: solvers.h:393
alglib_impl::nleqstate * p_struct
Definition: solvers.h:381
ae_bool & needf
Definition: solvers.h:390
ae_bool & xupdated
Definition: solvers.h:392
ae_bool & needfij
Definition: solvers.h:391
real_1d_array fi
Definition: solvers.h:394

◆ ~nleqstate()

alglib::nleqstate::~nleqstate ( )
virtual

Definition at line 2067 of file solvers.cpp.

2068 {
2069 }

Member Function Documentation

◆ operator=()

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

Definition at line 2059 of file solvers.cpp.

2060 {
2061  if( this==&rhs )
2062  return *this;
2064  return *this;
2065 }
_nleqstate_owner & operator=(const _nleqstate_owner &rhs)
Definition: solvers.cpp:2026

Member Data Documentation

◆ f

double& alglib::nleqstate::f

Definition at line 393 of file solvers.h.

◆ fi

real_1d_array alglib::nleqstate::fi

Definition at line 394 of file solvers.h.

◆ j

real_2d_array alglib::nleqstate::j

Definition at line 395 of file solvers.h.

◆ needf

ae_bool& alglib::nleqstate::needf

Definition at line 390 of file solvers.h.

◆ needfij

ae_bool& alglib::nleqstate::needfij

Definition at line 391 of file solvers.h.

◆ x

real_1d_array alglib::nleqstate::x

Definition at line 396 of file solvers.h.

◆ xupdated

ae_bool& alglib::nleqstate::xupdated

Definition at line 392 of file solvers.h.


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