#include <solvers.h>

Inheritance diagram for alglib::nleqreport:
alglib::_nleqreport_owner

Public Member Functions

alglib_impl::nleqreportc_ptr ()
 
alglib_impl::nleqreportc_ptr () const
 
 nleqreport ()
 
 nleqreport (const nleqreport &rhs)
 
nleqreportoperator= (const nleqreport &rhs)
 
virtual ~nleqreport ()
 

Public Attributes

ae_int_titerationscount
 
ae_int_tnfunc
 
ae_int_tnjac
 
ae_int_tterminationtype
 

Protected Attributes

alglib_impl::nleqreportp_struct
 

Detailed Description

Definition at line 389 of file solvers.h.

Constructor & Destructor Documentation

◆ nleqreport() [1/2]

alglib::nleqreport::nleqreport ( )

◆ nleqreport() [2/2]

alglib::nleqreport::nleqreport ( const nleqreport rhs)

◆ ~nleqreport()

virtual alglib::nleqreport::~nleqreport ( )
virtual

Member Function Documentation

◆ c_ptr() [1/2]

alglib_impl::nleqreport* alglib::_nleqreport_owner::c_ptr ( )
inherited

◆ c_ptr() [2/2]

alglib_impl::nleqreport* alglib::_nleqreport_owner::c_ptr ( ) const
inherited

◆ operator=()

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

Member Data Documentation

◆ iterationscount

ae_int_t& alglib::nleqreport::iterationscount

Definition at line 396 of file solvers.h.

◆ nfunc

ae_int_t& alglib::nleqreport::nfunc

Definition at line 397 of file solvers.h.

◆ njac

ae_int_t& alglib::nleqreport::njac

Definition at line 398 of file solvers.h.

◆ p_struct

alglib_impl::nleqreport* alglib::_nleqreport_owner::p_struct
protectedinherited

Definition at line 389 of file solvers.h.

◆ terminationtype

ae_int_t& alglib::nleqreport::terminationtype

Definition at line 399 of file solvers.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