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

#include <interpolation.h>

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

Public Member Functions

 rbfreport ()
 
 rbfreport (const rbfreport &rhs)
 
rbfreportoperator= (const rbfreport &rhs)
 
virtual ~rbfreport ()
 
- Public Member Functions inherited from alglib::_rbfreport_owner
 _rbfreport_owner ()
 
 _rbfreport_owner (const _rbfreport_owner &rhs)
 
_rbfreport_owneroperator= (const _rbfreport_owner &rhs)
 
virtual ~_rbfreport_owner ()
 
alglib_impl::rbfreportc_ptr ()
 
alglib_impl::rbfreportc_ptr () const
 

Public Attributes

ae_int_tarows
 
ae_int_tacols
 
ae_int_tannz
 
ae_int_titerationscount
 
ae_int_tnmv
 
ae_int_tterminationtype
 

Additional Inherited Members

- Protected Attributes inherited from alglib::_rbfreport_owner
alglib_impl::rbfreportp_struct
 

Detailed Description

Definition at line 655 of file interpolation.h.

Constructor & Destructor Documentation

◆ rbfreport() [1/2]

alglib::rbfreport::rbfreport ( )

◆ rbfreport() [2/2]

alglib::rbfreport::rbfreport ( const rbfreport rhs)

◆ ~rbfreport()

alglib::rbfreport::~rbfreport ( )
virtual

Definition at line 7954 of file interpolation.cpp.

7955 {
7956 }

Member Function Documentation

◆ operator=()

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

Definition at line 7946 of file interpolation.cpp.

7947 {
7948  if( this==&rhs )
7949  return *this;
7951  return *this;
7952 }
_rbfreport_owner & operator=(const _rbfreport_owner &rhs)

Member Data Documentation

◆ acols

ae_int_t& alglib::rbfreport::acols

Definition at line 663 of file interpolation.h.

◆ annz

ae_int_t& alglib::rbfreport::annz

Definition at line 664 of file interpolation.h.

◆ arows

ae_int_t& alglib::rbfreport::arows

Definition at line 662 of file interpolation.h.

◆ iterationscount

ae_int_t& alglib::rbfreport::iterationscount

Definition at line 665 of file interpolation.h.

◆ nmv

ae_int_t& alglib::rbfreport::nmv

Definition at line 666 of file interpolation.h.

◆ terminationtype

ae_int_t& alglib::rbfreport::terminationtype

Definition at line 667 of file interpolation.h.


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