kmath
kmath-functions
/
space.kscience.kmath.interpolation
/
Interpolator
Interpolator
fun
interface
Interpolator
<
T
,
in
X
:
T
,
Y
:
T
>
Content copied to clipboard
And interpolator for data with x column type
X
, y column type
Y
.
Functions
Sources
Inheritors
Functions
interpolate
Link copied to clipboard
abstract
fun
interpolate
(
points
:
XYColumnarData
<
T
,
X
,
Y
>
)
:
(
X
)
->
Y
Content copied to clipboard
Inheritors
PolynomialInterpolator
Link copied to clipboard
Sources
common source
Link copied to clipboard