Class documentation of Concepts

Loading...
Searching...
No Matches
Inheritance diagram for alglib::nleqstate:
alglib::_nleqstate_owner

Public Member Functions

 nleqstate (const nleqstate &rhs)
 
nleqstateoperator= (const nleqstate &rhs)
 
alglib_impl::nleqstatec_ptr ()
 
alglib_impl::nleqstatec_ptr () const
 

Public Attributes

ae_bool & needf
 
ae_bool & needfij
 
ae_bool & xupdated
 
double & f
 
real_1d_array fi
 
real_2d_array j
 
real_1d_array x
 

Protected Attributes

alglib_impl::nleqstatep_struct
 

Detailed Description

Definition at line 356 of file solvers.h.

Member Data Documentation

◆ f

double& alglib::nleqstate::f

Definition at line 366 of file solvers.h.

◆ fi

real_1d_array alglib::nleqstate::fi

Definition at line 367 of file solvers.h.

◆ j

real_2d_array alglib::nleqstate::j

Definition at line 368 of file solvers.h.

◆ needf

ae_bool& alglib::nleqstate::needf

Definition at line 363 of file solvers.h.

◆ needfij

ae_bool& alglib::nleqstate::needfij

Definition at line 364 of file solvers.h.

◆ p_struct

alglib_impl::nleqstate* alglib::_nleqstate_owner::p_struct
protectedinherited

Definition at line 354 of file solvers.h.

◆ x

real_1d_array alglib::nleqstate::x

Definition at line 369 of file solvers.h.

◆ xupdated

ae_bool& alglib::nleqstate::xupdated

Definition at line 365 of file solvers.h.


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