<G>$D3B2B89EB1B59CFA4DEDBCAC13AAE466 Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GridCubicInterpolator Creates a grid-based cubic interpolator over a 3D rectilinear grid.
GridCubicTensorSplineInterpolator(IReadOnlyList<IReadOnlyList<Double>>, Tensor<Double>, GridBoundaryCondition, ExtrapolationMode) Creates a grid-based cubic interpolator over a rectilinear grid using tensor product splines.
GridCubicTensorSplineInterpolator(IReadOnlyList<Double>, IReadOnlyList<Double>, IReadOnlyList<Double>, Tensor<Double>, GridBoundaryCondition, ExtrapolationMode) Creates a grid-based cubic interpolator over a 3D rectilinear grid using tensor product splines.
GridLinearInterpolator(IReadOnlyList<IReadOnlyList<Double>>, Tensor<Double>, GridBoundaryCondition, ExtrapolationMode) Creates a grid-based linear interpolator over an N-dimensional rectilinear grid.
GridLinearInterpolator(IReadOnlyList<Double>, IReadOnlyList<Double>, IReadOnlyList<Double>, Tensor<Double>, ExtrapolationMode) Creates a grid-based linear interpolator over a 3D rectilinear grid.
GridNearestInterpolator(IReadOnlyList<IReadOnlyList<Double>>, Tensor<Double>, GridBoundaryCondition, ExtrapolationMode) Creates a grid-based nearest-neighbor interpolator over an N-dimensional rectilinear grid.
GridNearestInterpolator(IReadOnlyList<Double>, IReadOnlyList<Double>, IReadOnlyList<Double>, Tensor<Double>, ExtrapolationMode) Creates a grid-based nearest-neighbor interpolator over a 3D rectilinear grid.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also