|
Maestro 0.2.11
Unified interface for quantum circuit simulation
|
Go to the source code of this file.
Classes | |
| class | Utils::MultivariateHermiteInterpolation |
Namespaces | |
| namespace | Utils |
Macros | |
| #define | __UTILS_MULTIVARIATE_HERMITE_INTERPOLATION_H__ |
Multivariate generalization of the Hermite interpolation.
Interpolation is performed recursively: for each unique value of the first coordinate, the samples sharing that value are passed to a child interpolator over the remaining coordinates. When predicting, the child interpolators are evaluated on the trailing coordinates, then a 1D Hermite interpolation is applied to the resulting values over the first coordinate.
Falls back to the univariate HermiteInterpolation when only one coordinate remains.
Definition in file MultivariateHermiteInterpolation.h.
| #define __UTILS_MULTIVARIATE_HERMITE_INTERPOLATION_H__ |
Definition at line 22 of file MultivariateHermiteInterpolation.h.