package interpolation
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- interpolation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class CubicInterpolator extends HandyUnivariateInterpolator[Double]
- abstract class HandyUnivariateInterpolator[T] extends UnivariateInterpolator[T]
- class LinearInterpolator[T] extends HandyUnivariateInterpolator[T]
- trait UnivariateInterpolator[T] extends VariableUFunc[UnivariateInterpolatorImpl.type, UnivariateInterpolator[T]]
Value Members
- object CubicInterpolator
- object LinearInterpolator
- object UnivariateInterpolatorImpl extends MappingUFunc