object GivensTest extends App
The GivensTest
object tests the Givens
object by using two rotations to
turn matrix 'a' into an upper triangular matrix, clearing positions (1, 0)
and (2, 1). A third rotation clears position (0, 1) but also puts a non-zero
value at (1, 0).
- See also
http://en.wikipedia.org/wiki/Givens_rotation > runMain scalation.linalgebra.GivensTest
- Alphabetic
- By Inheritance
- GivensTest
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- var a: MatrixD
- val cs1: CosSin
- val cs2: CosSin
- val cs3: CosSin
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val g1: MatrixD
- val g2: MatrixD
- val g3: MatrixD
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
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