alglib::mincgstate Class Reference
#include <optimization.h>
Inheritance diagram for alglib::mincgstate:
 
  
| Public Member Functions | |
| alglib_impl::mincgstate * | c_ptr () | 
| alglib_impl::mincgstate * | c_ptr () const | 
| mincgstate () | |
| mincgstate (const mincgstate &rhs) | |
| mincgstate & | operator= (const mincgstate &rhs) | 
| virtual | ~mincgstate () | 
| Public Attributes | |
| double & | f | 
| real_1d_array | g | 
| ae_bool & | needf | 
| ae_bool & | needfg | 
| real_1d_array | x | 
| ae_bool & | xupdated | 
| Protected Attributes | |
| alglib_impl::mincgstate * | p_struct | 
Detailed Description
Definition at line 1197 of file optimization.h.
Constructor & Destructor Documentation
◆ mincgstate() [1/2]
| alglib::mincgstate::mincgstate | ( | ) | 
◆ mincgstate() [2/2]
| alglib::mincgstate::mincgstate | ( | const mincgstate & | rhs | ) | 
◆ ~mincgstate()
| 
 | virtual | 
Member Function Documentation
◆ c_ptr() [1/2]
| 
 | inherited | 
◆ c_ptr() [2/2]
| 
 | inherited | 
◆ operator=()
| mincgstate& alglib::mincgstate::operator= | ( | const mincgstate & | rhs | ) | 
Member Data Documentation
◆ f
| double& alglib::mincgstate::f | 
Definition at line 1207 of file optimization.h.
◆ g
| real_1d_array alglib::mincgstate::g | 
Definition at line 1208 of file optimization.h.
◆ needf
| ae_bool& alglib::mincgstate::needf | 
Definition at line 1204 of file optimization.h.
◆ needfg
| ae_bool& alglib::mincgstate::needfg | 
Definition at line 1205 of file optimization.h.
◆ p_struct
| 
 | protectedinherited | 
Definition at line 1199 of file optimization.h.
◆ x
| real_1d_array alglib::mincgstate::x | 
Definition at line 1209 of file optimization.h.
◆ xupdated
| ae_bool& alglib::mincgstate::xupdated | 
Definition at line 1206 of file optimization.h.
The documentation for this class was generated from the following file:
- alglib/optimization.h

