#include <interpolation.h>

Inheritance diagram for alglib::rbfreport:
alglib::_rbfreport_owner

Public Member Functions

alglib_impl::rbfreportc_ptr ()
 
alglib_impl::rbfreportc_ptr () const
 
rbfreportoperator= (const rbfreport &rhs)
 
 rbfreport ()
 
 rbfreport (const rbfreport &rhs)
 
virtual ~rbfreport ()
 

Public Attributes

ae_int_tacols
 
ae_int_tannz
 
ae_int_tarows
 
ae_int_titerationscount
 
double & maxerror
 
ae_int_tnmv
 
double & rmserror
 
ae_int_tterminationtype
 

Protected Attributes

alglib_impl::rbfreportp_struct
 

Detailed Description

Definition at line 847 of file interpolation.h.

Constructor & Destructor Documentation

◆ rbfreport() [1/2]

alglib::rbfreport::rbfreport ( )

◆ rbfreport() [2/2]

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

◆ ~rbfreport()

virtual alglib::rbfreport::~rbfreport ( )
virtual

Member Function Documentation

◆ c_ptr() [1/2]

alglib_impl::rbfreport* alglib::_rbfreport_owner::c_ptr ( )
inherited

◆ c_ptr() [2/2]

alglib_impl::rbfreport* alglib::_rbfreport_owner::c_ptr ( ) const
inherited

◆ operator=()

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

Member Data Documentation

◆ acols

ae_int_t& alglib::rbfreport::acols

Definition at line 857 of file interpolation.h.

◆ annz

ae_int_t& alglib::rbfreport::annz

Definition at line 858 of file interpolation.h.

◆ arows

ae_int_t& alglib::rbfreport::arows

Definition at line 856 of file interpolation.h.

◆ iterationscount

ae_int_t& alglib::rbfreport::iterationscount

Definition at line 859 of file interpolation.h.

◆ maxerror

double& alglib::rbfreport::maxerror

Definition at line 855 of file interpolation.h.

◆ nmv

ae_int_t& alglib::rbfreport::nmv

Definition at line 860 of file interpolation.h.

◆ p_struct

alglib_impl::rbfreport* alglib::_rbfreport_owner::p_struct
protectedinherited

Definition at line 853 of file interpolation.h.

◆ rmserror

double& alglib::rbfreport::rmserror

Definition at line 854 of file interpolation.h.

◆ terminationtype

ae_int_t& alglib::rbfreport::terminationtype

Definition at line 861 of file interpolation.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