#include <solvers.h>

Inheritance diagram for alglib::nleqstate:
alglib::_nleqstate_owner

Public Member Functions

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

Public Attributes

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

Protected Attributes

alglib_impl::nleqstatep_struct
 

Detailed Description

Definition at line 356 of file solvers.h.

Constructor & Destructor Documentation

◆ nleqstate() [1/2]

alglib::nleqstate::nleqstate ( )

◆ nleqstate() [2/2]

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

◆ ~nleqstate()

virtual alglib::nleqstate::~nleqstate ( )
virtual

Member Function Documentation

◆ c_ptr() [1/2]

alglib_impl::nleqstate* alglib::_nleqstate_owner::c_ptr ( )
inherited

◆ c_ptr() [2/2]

alglib_impl::nleqstate* alglib::_nleqstate_owner::c_ptr ( ) const
inherited

◆ operator=()

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

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