alglib::minnlcstate Class Reference
#include <optimization.h>
Inheritance diagram for alglib::minnlcstate:
Public Member Functions | |
alglib_impl::minnlcstate * | c_ptr () |
alglib_impl::minnlcstate * | c_ptr () const |
minnlcstate () | |
minnlcstate (const minnlcstate &rhs) | |
minnlcstate & | operator= (const minnlcstate &rhs) |
virtual | ~minnlcstate () |
Public Attributes | |
double & | f |
real_1d_array | fi |
real_2d_array | j |
ae_bool & | needfi |
ae_bool & | needfij |
real_1d_array | x |
ae_bool & | xupdated |
Protected Attributes | |
alglib_impl::minnlcstate * | p_struct |
Detailed Description
Definition at line 1471 of file optimization.h.
Constructor & Destructor Documentation
◆ minnlcstate() [1/2]
alglib::minnlcstate::minnlcstate | ( | ) |
◆ minnlcstate() [2/2]
alglib::minnlcstate::minnlcstate | ( | const minnlcstate & | rhs | ) |
◆ ~minnlcstate()
|
virtual |
Member Function Documentation
◆ c_ptr() [1/2]
|
inherited |
◆ c_ptr() [2/2]
|
inherited |
◆ operator=()
minnlcstate& alglib::minnlcstate::operator= | ( | const minnlcstate & | rhs | ) |
Member Data Documentation
◆ f
double& alglib::minnlcstate::f |
Definition at line 1481 of file optimization.h.
◆ fi
real_1d_array alglib::minnlcstate::fi |
Definition at line 1482 of file optimization.h.
◆ j
real_2d_array alglib::minnlcstate::j |
Definition at line 1483 of file optimization.h.
◆ needfi
ae_bool& alglib::minnlcstate::needfi |
Definition at line 1478 of file optimization.h.
◆ needfij
ae_bool& alglib::minnlcstate::needfij |
Definition at line 1479 of file optimization.h.
◆ p_struct
|
protectedinherited |
Definition at line 1473 of file optimization.h.
◆ x
real_1d_array alglib::minnlcstate::x |
Definition at line 1484 of file optimization.h.
◆ xupdated
ae_bool& alglib::minnlcstate::xupdated |
Definition at line 1480 of file optimization.h.
The documentation for this class was generated from the following file:
- alglib/optimization.h