| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets 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.
|
| ToString | Returns a string that represents the current object. (Inherited from Object) |