object B_SplineTest3 extends App
The B_SplineTest3
object is used to test the B_Spline
class.
It tests the B-Spline functions using the general recurrence.
> runMain scalation.calculus.B_SplineTest3
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- B_SplineTest3
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val bs: B_Spline
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val mM: Int
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val n: Int
- val t: VectorD
- val τ: VectorD
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear