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 Objecttrait Matchableclass Any
Members list
In this article