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

