class LinearInterpolator[T] extends HandyUnivariateInterpolator[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LinearInterpolator
- HandyUnivariateInterpolator
- UnivariateInterpolator
- VariableUFunc
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
X: Array[T]
- Attributes
- protected
- Definition Classes
- HandyUnivariateInterpolator
-
val
Y: Array[T]
- Attributes
- protected
- Definition Classes
- HandyUnivariateInterpolator
-
def
apply(x: T): T
- Definition Classes
- HandyUnivariateInterpolator → UnivariateInterpolator
-
final
def
apply[V1, V2, V3, VR](v1: V1, v2: V2, v3: V3)(implicit impl: UImpl4[UnivariateInterpolatorImpl.type, UnivariateInterpolator[T], V1, V2, V3, VR]): VR
- Definition Classes
- VariableUFunc
-
final
def
apply[V1, V2, VR](v1: V1, v2: V2)(implicit impl: UImpl3[UnivariateInterpolatorImpl.type, UnivariateInterpolator[T], V1, V2, VR]): VR
- Definition Classes
- VariableUFunc
-
final
def
apply[V, VR](v: V)(implicit impl: UImpl2[UnivariateInterpolatorImpl.type, UnivariateInterpolator[T], V, VR]): VR
- Definition Classes
- VariableUFunc
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bisearch(x: T): Int
- Attributes
- protected
- Definition Classes
- HandyUnivariateInterpolator
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extrapolate(x: T): T
- Attributes
- protected
- Definition Classes
- LinearInterpolator → HandyUnivariateInterpolator
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
interpolate(x: T): T
- Attributes
- protected
- Definition Classes
- LinearInterpolator → HandyUnivariateInterpolator
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )