Bivariate |
The BivariateAkimaSpline type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetValueAndDerivativesOfXY | Interpolates a single point and also returns the first partial derivatives. | |
| GetValueOfXY | Interpolates the z value for a single point defined by the provided x and y coordinates. | |
| Interpolate(Double, Double, Double, Double, Double, Double) | Interpolates a list of points (u, v) and stores results into w. | |
| Interpolate(IReadOnlyListDouble, IReadOnlyListDouble, IROMatrixDouble, IReadOnlyListDouble, IReadOnlyListDouble, IVectorDouble) | Interpolates a list of points (u, v) and stores results into w. | |
| Interpolate(Double, Double, Double, Double, Double, Double, Double, Double) | Interpolates a list of points (u, v) and stores results into w. Also computes the first partial derivatives which are stored in dwdx and dwdy. | |
| Interpolate(IReadOnlyListDouble, IReadOnlyListDouble, IROMatrixDouble, IReadOnlyListDouble, IReadOnlyListDouble, IVectorDouble, IVectorDouble, IVectorDouble) | Interpolates a list of points (u, v) and stores results into w. Also computes the first partial derivatives which are stored in dwdx and dwdy. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |