mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
spline.spline
mir
interpolate
spline
spline
Undocumented in source. Be warned that the author may not have intended to support it.
Spline
!(
T
,
N
,
X
)
spline
(Repeat!(N, Slice!(RCI!(immutable X))) grid, Slice!(yIterator, N, ykind) values, SplineBoundaryType typeOfBoundaries, T valueOfBoundaryConditions)
Spline
!(
T
,
N
,
X
)
spline
(Repeat!(N, Slice!(RCI!(immutable X))) grid, Slice!(yIterator, N, ykind) values, SplineType kind, T param, SplineBoundaryType typeOfBoundaries, T valueOfBoundaryConditions)
template
spline
(T, size_t N = 1, X = T)
@
fmamath
Spline
!(
T
,
N
,
X
)
spline
(
yIterator
SliceKind
ykind
)
(
Repeat
!(
N
,
Slice
!(
RCI
!(immutable
X
)))
grid
,
Slice
!(
yIterator
,
N
,
ykind
)
values
,
SplineType
kind
,
in
T
param
= 0
,
SplineBoundaryType
typeOfBoundaries
=
SplineBoundaryType.notAKnot
,
in
T
valueOfBoundaryConditions
= 0
)
if
(
isFloatingPoint
!
T
&&
is
(
T
==
Unqual
!
T
)
&&
N
<= 6
)
Spline
!(
T
,
N
,
X
)
spline
(Repeat!(N, Slice!(RCI!(immutable X))) grid, Slice!(yIterator, N, ykind) values, SplineBoundaryCondition!T boundaries, SplineType kind, T param)
Spline
!(
T
,
N
,
X
)
spline
(Repeat!(N, Slice!(RCI!(immutable X))) grid, Slice!(yIterator, N, ykind) values, SplineBoundaryCondition!T rBoundary, SplineBoundaryCondition!T lBoundary, SplineType kind, T param)
Meta
Source
See Implementation
mir
interpolate
spline
spline
functions
spline