| | Name | Description |
|---|
  | 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.
|