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

#include <interpolation.h>

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

Public Member Functions

 barycentricfitreport ()
 
 barycentricfitreport (const barycentricfitreport &rhs)
 
barycentricfitreportoperator= (const barycentricfitreport &rhs)
 
virtual ~barycentricfitreport ()
 
- Public Member Functions inherited from alglib::_barycentricfitreport_owner
 _barycentricfitreport_owner ()
 
 _barycentricfitreport_owner (const _barycentricfitreport_owner &rhs)
 
_barycentricfitreport_owneroperator= (const _barycentricfitreport_owner &rhs)
 
virtual ~_barycentricfitreport_owner ()
 
alglib_impl::barycentricfitreportc_ptr ()
 
alglib_impl::barycentricfitreportc_ptr () const
 

Public Attributes

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

Additional Inherited Members

- Protected Attributes inherited from alglib::_barycentricfitreport_owner
alglib_impl::barycentricfitreportp_struct
 

Detailed Description

Definition at line 391 of file interpolation.h.

Constructor & Destructor Documentation

◆ barycentricfitreport() [1/2]

alglib::barycentricfitreport::barycentricfitreport ( )

Definition at line 3430 of file interpolation.cpp.

3431 {
3432 }
alglib_impl::barycentricfitreport * p_struct

◆ barycentricfitreport() [2/2]

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

Definition at line 3434 of file interpolation.cpp.

3435 {
3436 }
alglib_impl::barycentricfitreport * p_struct

◆ ~barycentricfitreport()

alglib::barycentricfitreport::~barycentricfitreport ( )
virtual

Definition at line 3446 of file interpolation.cpp.

3447 {
3448 }

Member Function Documentation

◆ operator=()

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

Definition at line 3438 of file interpolation.cpp.

3439 {
3440  if( this==&rhs )
3441  return *this;
3443  return *this;
3444 }
_barycentricfitreport_owner & operator=(const _barycentricfitreport_owner &rhs)

Member Data Documentation

◆ avgerror

double& alglib::barycentricfitreport::avgerror

Definition at line 401 of file interpolation.h.

◆ avgrelerror

double& alglib::barycentricfitreport::avgrelerror

Definition at line 402 of file interpolation.h.

◆ dbest

ae_int_t& alglib::barycentricfitreport::dbest

Definition at line 399 of file interpolation.h.

◆ maxerror

double& alglib::barycentricfitreport::maxerror

Definition at line 403 of file interpolation.h.

◆ rmserror

double& alglib::barycentricfitreport::rmserror

Definition at line 400 of file interpolation.h.

◆ taskrcond

double& alglib::barycentricfitreport::taskrcond

Definition at line 398 of file interpolation.h.


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