alglib::spline1dfitreport Class Reference
#include <interpolation.h>
Inheritance diagram for alglib::spline1dfitreport:
 
  
| Public Member Functions | |
| alglib_impl::spline1dfitreport * | c_ptr () | 
| alglib_impl::spline1dfitreport * | c_ptr () const | 
| spline1dfitreport & | operator= (const spline1dfitreport &rhs) | 
| spline1dfitreport () | |
| spline1dfitreport (const spline1dfitreport &rhs) | |
| virtual | ~spline1dfitreport () | 
| Public Attributes | |
| double & | avgerror | 
| double & | avgrelerror | 
| double & | maxerror | 
| double & | rmserror | 
| double & | taskrcond | 
| Protected Attributes | |
| alglib_impl::spline1dfitreport * | p_struct | 
Detailed Description
Definition at line 616 of file interpolation.h.
Constructor & Destructor Documentation
◆ spline1dfitreport() [1/2]
| alglib::spline1dfitreport::spline1dfitreport | ( | ) | 
◆ spline1dfitreport() [2/2]
| alglib::spline1dfitreport::spline1dfitreport | ( | const spline1dfitreport & | rhs | ) | 
◆ ~spline1dfitreport()
| 
 | virtual | 
Member Function Documentation
◆ c_ptr() [1/2]
| 
 | inherited | 
◆ c_ptr() [2/2]
| 
 | inherited | 
◆ operator=()
| spline1dfitreport& alglib::spline1dfitreport::operator= | ( | const spline1dfitreport & | rhs | ) | 
Member Data Documentation
◆ avgerror
| double& alglib::spline1dfitreport::avgerror | 
Definition at line 625 of file interpolation.h.
◆ avgrelerror
| double& alglib::spline1dfitreport::avgrelerror | 
Definition at line 626 of file interpolation.h.
◆ maxerror
| double& alglib::spline1dfitreport::maxerror | 
Definition at line 627 of file interpolation.h.
◆ p_struct
| 
 | protectedinherited | 
Definition at line 624 of file interpolation.h.
◆ rmserror
| double& alglib::spline1dfitreport::rmserror | 
Definition at line 624 of file interpolation.h.
◆ taskrcond
| double& alglib::spline1dfitreport::taskrcond | 
Definition at line 623 of file interpolation.h.
The documentation for this class was generated from the following file:
- alglib/interpolation.h

