Interpolation Tensor Extensions.Grid Cubic Interpolator Method
Creates a grid-based cubic interpolator over a 3D rectilinear grid.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 10.1.0
C#
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 10.1.0
public static GridSurface GridCubicInterpolator(
IReadOnlyList<double> xAxis,
IReadOnlyList<double> yAxis,
IReadOnlyList<double> zAxis,
Tensor<double> values,
ExtrapolationMode extrapolation = ExtrapolationMode.Throw
)Parameters
- xAxis IReadOnlyList<Double>
- yAxis IReadOnlyList<Double>
- zAxis IReadOnlyList<Double>
- values Tensor<Double>
- extrapolation ExtrapolationMode (Optional)