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