EigenvalueSym

scalation.mathstat.EigenvalueSym

The EigenvalueSym class is used to find the eigenvalues of an n-by-n symmetric matrix a using an iterative technique, the Symmetric QR Algorithm.

Value parameters

a

the symmetric matrix whose eigenvalues are sought

Attributes

See also

Algorithm 8.3.3 in Matrix Computations. Caveats: (1) it will not handle eigenvalues that are complex numbers, (2) it uses a simple shifting strategy that may slow convergence.

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def getE: VectorD

Get the eigenvalue e vector.

Get the eigenvalue e vector.

Attributes

Concrete fields

val m: Int
var p: Int
var q: Int