alglib::barycentricfitreport Class Reference

#include <interpolation.h>

Inheritance diagram for alglib::barycentricfitreport:
alglib::_barycentricfitreport_owner

Public Member Functions

 barycentricfitreport ()
 
 barycentricfitreport (const barycentricfitreport &rhs)
 
alglib_impl::barycentricfitreportc_ptr ()
 
alglib_impl::barycentricfitreportc_ptr () const
 
barycentricfitreportoperator= (const barycentricfitreport &rhs)
 
virtual ~barycentricfitreport ()
 

Public Attributes

double & avgerror
 
double & avgrelerror
 
ae_int_tdbest
 
double & maxerror
 
double & rmserror
 
double & taskrcond
 

Protected Attributes

alglib_impl::barycentricfitreportp_struct
 

Detailed Description

Definition at line 576 of file interpolation.h.

Constructor & Destructor Documentation

◆ barycentricfitreport() [1/2]

alglib::barycentricfitreport::barycentricfitreport ( )

◆ barycentricfitreport() [2/2]

alglib::barycentricfitreport::barycentricfitreport ( const barycentricfitreport rhs)

◆ ~barycentricfitreport()

virtual alglib::barycentricfitreport::~barycentricfitreport ( )
virtual

Member Function Documentation

◆ c_ptr() [1/2]

alglib_impl::barycentricfitreport* alglib::_barycentricfitreport_owner::c_ptr ( )
inherited

◆ c_ptr() [2/2]

alglib_impl::barycentricfitreport* alglib::_barycentricfitreport_owner::c_ptr ( ) const
inherited

◆ operator=()

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

Member Data Documentation

◆ avgerror

double& alglib::barycentricfitreport::avgerror

Definition at line 586 of file interpolation.h.

◆ avgrelerror

double& alglib::barycentricfitreport::avgrelerror

Definition at line 587 of file interpolation.h.

◆ dbest

ae_int_t& alglib::barycentricfitreport::dbest

Definition at line 584 of file interpolation.h.

◆ maxerror

double& alglib::barycentricfitreport::maxerror

Definition at line 588 of file interpolation.h.

◆ p_struct

alglib_impl::barycentricfitreport* alglib::_barycentricfitreport_owner::p_struct
protectedinherited

Definition at line 581 of file interpolation.h.

◆ rmserror

double& alglib::barycentricfitreport::rmserror

Definition at line 585 of file interpolation.h.

◆ taskrcond

double& alglib::barycentricfitreport::taskrcond

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