Package | Description |
---|---|
dev.nm.analysis.curvefit.interpolation.multivariate |
Modifier and Type | Class and Description |
---|---|
class |
MultiCubicSpline
Implementation of natural cubic spline interpolation for an arbitrary number of dimensions.
|
class |
MultiLinearInterpolation
Implementation of linear interpolation for an arbitrary number of dimensions.
|
class |
RecursiveGridInterpolation
This algorithm works by recursively calling lower order interpolation (hence the cost is
exponential), until the given univariate algorithm can be used when the remaining dimension
becomes one.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.