Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members
alglib::nleqreport Class Reference

#include <solvers.h>

Inheritance diagram for alglib::nleqreport:
Inheritance graph
[legend]
Collaboration diagram for alglib::nleqreport:
Collaboration graph
[legend]

Public Member Functions

 nleqreport ()
 
 nleqreport (const nleqreport &rhs)
 
nleqreportoperator= (const nleqreport &rhs)
 
virtual ~nleqreport ()
 
- Public Member Functions inherited from alglib::_nleqreport_owner
 _nleqreport_owner ()
 
 _nleqreport_owner (const _nleqreport_owner &rhs)
 
_nleqreport_owneroperator= (const _nleqreport_owner &rhs)
 
virtual ~_nleqreport_owner ()
 
alglib_impl::nleqreportc_ptr ()
 
alglib_impl::nleqreportc_ptr () const
 

Public Attributes

ae_int_titerationscount
 
ae_int_tnfunc
 
ae_int_tnjac
 
ae_int_tterminationtype
 

Additional Inherited Members

- Protected Attributes inherited from alglib::_nleqreport_owner
alglib_impl::nleqreportp_struct
 

Detailed Description

Definition at line 416 of file solvers.h.

Constructor & Destructor Documentation

◆ nleqreport() [1/2]

alglib::nleqreport::nleqreport ( )

Definition at line 2118 of file solvers.cpp.

◆ nleqreport() [2/2]

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

Definition at line 2122 of file solvers.cpp.

◆ ~nleqreport()

alglib::nleqreport::~nleqreport ( )
virtual

Definition at line 2134 of file solvers.cpp.

2135 {
2136 }

Member Function Documentation

◆ operator=()

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

Definition at line 2126 of file solvers.cpp.

2127 {
2128  if( this==&rhs )
2129  return *this;
2131  return *this;
2132 }
_nleqreport_owner & operator=(const _nleqreport_owner &rhs)
Definition: solvers.cpp:2093

Member Data Documentation

◆ iterationscount

ae_int_t& alglib::nleqreport::iterationscount

Definition at line 423 of file solvers.h.

◆ nfunc

ae_int_t& alglib::nleqreport::nfunc

Definition at line 424 of file solvers.h.

◆ njac

ae_int_t& alglib::nleqreport::njac

Definition at line 425 of file solvers.h.

◆ terminationtype

ae_int_t& alglib::nleqreport::terminationtype

Definition at line 426 of file solvers.h.


The documentation for this class was generated from the following files: