CubicInterpolator

Companion:
object

Value members

Inherited methods

final def apply[V1, V2, V3, VR](v1: V1, v2: V2, v3: V3)(implicit impl: UImpl4[UnivariateInterpolatorImpl.type, UnivariateInterpolator[Double], V1, V2, V3, VR]): VR
Inherited from:
VariableUFunc
final def apply[@specialized(Int, Double, Float) V1, @specialized(Int, Double, Float) V2, @specialized(Int, Double, Float) VR](v1: V1, v2: V2)(implicit impl: UImpl3[UnivariateInterpolatorImpl.type, UnivariateInterpolator[Double], V1, V2, VR]): VR
Inherited from:
VariableUFunc
Inherited from:
VariableUFunc
protected def bisearch(x: Double): Int
protected def extrapolate(x: Double): Double

Inherited fields

protected val X: Array[Double]
protected val Y: Array[Double]