kmath-functions
/
space.kscience.kmath.interpolation
/
Interpolator
common
Interpolator
fun fun interface
Interpolator
<
X
,
Y
>
Content copied to clipboard
Functions
Inheritors
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
interpolate
Link copied to clipboard
common
abstract fun
interpolate
(points:
XYPointSet
<
X
,
Y
>): (
X
) ->
Y
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Inheritors
PolynomialInterpolator
Link copied to clipboard