#include <optimization.h>

Inheritance diagram for alglib::minlmreport:
alglib::_minlmreport_owner

Public Member Functions

alglib_impl::minlmreportc_ptr ()
 
alglib_impl::minlmreportc_ptr () const
 
 minlmreport ()
 
 minlmreport (const minlmreport &rhs)
 
minlmreportoperator= (const minlmreport &rhs)
 
virtual ~minlmreport ()
 

Public Attributes

ae_int_tfuncidx
 
ae_int_titerationscount
 
ae_int_tncholesky
 
ae_int_tnfunc
 
ae_int_tngrad
 
ae_int_tnhess
 
ae_int_tnjac
 
ae_int_tterminationtype
 
ae_int_tvaridx
 

Protected Attributes

alglib_impl::minlmreportp_struct
 

Detailed Description

Definition at line 1868 of file optimization.h.

Constructor & Destructor Documentation

◆ minlmreport() [1/2]

alglib::minlmreport::minlmreport ( )

◆ minlmreport() [2/2]

alglib::minlmreport::minlmreport ( const minlmreport rhs)

◆ ~minlmreport()

virtual alglib::minlmreport::~minlmreport ( )
virtual

Member Function Documentation

◆ c_ptr() [1/2]

alglib_impl::minlmreport* alglib::_minlmreport_owner::c_ptr ( )
inherited

◆ c_ptr() [2/2]

alglib_impl::minlmreport* alglib::_minlmreport_owner::c_ptr ( ) const
inherited

◆ operator=()

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

Member Data Documentation

◆ funcidx

ae_int_t& alglib::minlmreport::funcidx

Definition at line 1877 of file optimization.h.

◆ iterationscount

ae_int_t& alglib::minlmreport::iterationscount

Definition at line 1875 of file optimization.h.

◆ ncholesky

ae_int_t& alglib::minlmreport::ncholesky

Definition at line 1883 of file optimization.h.

◆ nfunc

ae_int_t& alglib::minlmreport::nfunc

Definition at line 1879 of file optimization.h.

◆ ngrad

ae_int_t& alglib::minlmreport::ngrad

Definition at line 1881 of file optimization.h.

◆ nhess

ae_int_t& alglib::minlmreport::nhess

Definition at line 1882 of file optimization.h.

◆ njac

ae_int_t& alglib::minlmreport::njac

Definition at line 1880 of file optimization.h.

◆ p_struct

alglib_impl::minlmreport* alglib::_minlmreport_owner::p_struct
protectedinherited

Definition at line 1893 of file optimization.h.

◆ terminationtype

ae_int_t& alglib::minlmreport::terminationtype

Definition at line 1876 of file optimization.h.

◆ varidx

ae_int_t& alglib::minlmreport::varidx

Definition at line 1878 of file optimization.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