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

#include <interpolation.h>

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

Public Member Functions

 spline1dfitreport ()
 
 spline1dfitreport (const spline1dfitreport &rhs)
 
spline1dfitreportoperator= (const spline1dfitreport &rhs)
 
virtual ~spline1dfitreport ()
 
- Public Member Functions inherited from alglib::_spline1dfitreport_owner
 _spline1dfitreport_owner ()
 
 _spline1dfitreport_owner (const _spline1dfitreport_owner &rhs)
 
_spline1dfitreport_owneroperator= (const _spline1dfitreport_owner &rhs)
 
virtual ~_spline1dfitreport_owner ()
 
alglib_impl::spline1dfitreportc_ptr ()
 
alglib_impl::spline1dfitreportc_ptr () const
 

Public Attributes

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

Additional Inherited Members

- Protected Attributes inherited from alglib::_spline1dfitreport_owner
alglib_impl::spline1dfitreportp_struct
 

Detailed Description

Definition at line 431 of file interpolation.h.

Constructor & Destructor Documentation

◆ spline1dfitreport() [1/2]

alglib::spline1dfitreport::spline1dfitreport ( )

◆ spline1dfitreport() [2/2]

alglib::spline1dfitreport::spline1dfitreport ( const spline1dfitreport rhs)

◆ ~spline1dfitreport()

alglib::spline1dfitreport::~spline1dfitreport ( )
virtual

Definition at line 3521 of file interpolation.cpp.

3522 {
3523 }

Member Function Documentation

◆ operator=()

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

Definition at line 3513 of file interpolation.cpp.

3514 {
3515  if( this==&rhs )
3516  return *this;
3518  return *this;
3519 }
_spline1dfitreport_owner & operator=(const _spline1dfitreport_owner &rhs)

Member Data Documentation

◆ avgerror

double& alglib::spline1dfitreport::avgerror

Definition at line 440 of file interpolation.h.

◆ avgrelerror

double& alglib::spline1dfitreport::avgrelerror

Definition at line 441 of file interpolation.h.

◆ maxerror

double& alglib::spline1dfitreport::maxerror

Definition at line 442 of file interpolation.h.

◆ rmserror

double& alglib::spline1dfitreport::rmserror

Definition at line 439 of file interpolation.h.

◆ taskrcond

double& alglib::spline1dfitreport::taskrcond

Definition at line 438 of file interpolation.h.


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