generic

Constructs multivariate generic interpolant with nodes on rectilinear grid.

@optmath
Generic!(X, F)
generic
(
X
F
)
(
Slice!(RCI!(immutable X)) grid
,
Slice!(RCI!(const F)) values
)

Parameters

grid Slice!(RCI!(immutable X))

x values for interpolant

values Slice!(RCI!(const F))

f(x) values for interpolant

Constraints: grid, values must have the same length >= 1

Return Value

Type: Generic!(X, F)

Meta