alglib::mincgreport Class Reference
#include <optimization.h>
Inheritance diagram for alglib::mincgreport:
 
  
| Public Member Functions | |
| alglib_impl::mincgreport * | c_ptr () | 
| alglib_impl::mincgreport * | c_ptr () const | 
| mincgreport () | |
| mincgreport (const mincgreport &rhs) | |
| mincgreport & | operator= (const mincgreport &rhs) | 
| virtual | ~mincgreport () | 
| Public Attributes | |
| ae_int_t & | iterationscount | 
| ae_int_t & | nfev | 
| ae_int_t & | terminationtype | 
| ae_int_t & | varidx | 
| Protected Attributes | |
| alglib_impl::mincgreport * | p_struct | 
Detailed Description
Definition at line 1252 of file optimization.h.
Constructor & Destructor Documentation
◆ mincgreport() [1/2]
| alglib::mincgreport::mincgreport | ( | ) | 
◆ mincgreport() [2/2]
| alglib::mincgreport::mincgreport | ( | const mincgreport & | rhs | ) | 
◆ ~mincgreport()
| 
 | virtual | 
Member Function Documentation
◆ c_ptr() [1/2]
| 
 | inherited | 
◆ c_ptr() [2/2]
| 
 | inherited | 
◆ operator=()
| mincgreport& alglib::mincgreport::operator= | ( | const mincgreport & | rhs | ) | 
Member Data Documentation
◆ iterationscount
| ae_int_t& alglib::mincgreport::iterationscount | 
Definition at line 1259 of file optimization.h.
◆ nfev
| ae_int_t& alglib::mincgreport::nfev | 
Definition at line 1260 of file optimization.h.
◆ p_struct
| 
 | protectedinherited | 
Definition at line 1275 of file optimization.h.
◆ terminationtype
| ae_int_t& alglib::mincgreport::terminationtype | 
Definition at line 1262 of file optimization.h.
◆ varidx
| ae_int_t& alglib::mincgreport::varidx | 
Definition at line 1261 of file optimization.h.
The documentation for this class was generated from the following file:
- alglib/optimization.h

