#include <solvers.h>

Inheritance diagram for alglib::lincgreport:
alglib::_lincgreport_owner

Public Member Functions

alglib_impl::lincgreportc_ptr ()
 
alglib_impl::lincgreportc_ptr () const
 
 lincgreport ()
 
 lincgreport (const lincgreport &rhs)
 
lincgreportoperator= (const lincgreport &rhs)
 
virtual ~lincgreport ()
 

Public Attributes

ae_int_titerationscount
 
ae_int_tnmv
 
double & r2
 
ae_int_tterminationtype
 

Protected Attributes

alglib_impl::lincgreportp_struct
 

Detailed Description

Definition at line 447 of file solvers.h.

Constructor & Destructor Documentation

◆ lincgreport() [1/2]

alglib::lincgreport::lincgreport ( )

◆ lincgreport() [2/2]

alglib::lincgreport::lincgreport ( const lincgreport rhs)

◆ ~lincgreport()

virtual alglib::lincgreport::~lincgreport ( )
virtual

Member Function Documentation

◆ c_ptr() [1/2]

alglib_impl::lincgreport* alglib::_lincgreport_owner::c_ptr ( )
inherited

◆ c_ptr() [2/2]

alglib_impl::lincgreport* alglib::_lincgreport_owner::c_ptr ( ) const
inherited

◆ operator=()

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

Member Data Documentation

◆ iterationscount

ae_int_t& alglib::lincgreport::iterationscount

Definition at line 454 of file solvers.h.

◆ nmv

ae_int_t& alglib::lincgreport::nmv

Definition at line 455 of file solvers.h.

◆ p_struct

alglib_impl::lincgreport* alglib::_lincgreport_owner::p_struct
protectedinherited

Definition at line 447 of file solvers.h.

◆ r2

double& alglib::lincgreport::r2

Definition at line 457 of file solvers.h.

◆ terminationtype

ae_int_t& alglib::lincgreport::terminationtype

Definition at line 456 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