Ask a Question | Search PSRCHIVE: |
![]()
|
MEAL::Nvariate< T > Class Template Referenceabstract Pure virtual base class of functions that have one or more abscissa(e) More...
Inheritance diagram for MEAL::Nvariate< T >:
![]()
Detailed Descriptiontemplate<class T> class MEAL::Nvariate< T > Pure virtual base class of functions that have one or more abscissa(e) Member Function Documentation◆ clone()
template<class T>
◆ get_abscissa_value()
template<class T>
Get the abscissa value for the specified dimension. Implemented in MEAL::Multivariate< T >, MEAL::Multivariate< Scalar >, MEAL::Univariate< T >, and MEAL::Univariate< Scalar >. ◆ get_ndim()
template<class T>
Get the number of abscissa (dimension) of the function. Implemented in MEAL::Multivariate< T >, MEAL::Multivariate< Scalar >, MEAL::Univariate< T >, and MEAL::Univariate< Scalar >. ◆ set_abscissa_value()
template<class T>
Set the abscissa value for the specified dimension. Implemented in MEAL::Multivariate< T >, MEAL::Multivariate< Scalar >, MEAL::Polynomial2D, MEAL::Univariate< T >, and MEAL::Univariate< Scalar >. The documentation for this class was generated from the following file: Generated using doxygen 1.14.0
|