Modifier and Type | Class and Description |
---|---|
class |
CharacteristicPolynomial
The characteristic polynomial of a square matrix is the function
|
class |
Eigen
Given a square matrix A, an eigenvalue λ and its associated
eigenvector v are defined by Av = λv.
|
Modifier and Type | Class and Description |
---|---|
class |
MR3
Computes eigenvalues and eigenvectors of a given symmetric tridiagonal matrix T using
"Algorithm of Multiple Relatively Robust Representations" (MRRR).
|
class |
SymmetricEigenByMR3
Computes eigen decomposition for a symmetric matrix using "Algorithm of Multiple Relatively
Robust Representations" (MRRR).
|
class |
SymmetricEigenFor2x2Matrix
Computes the eigen decomposition of a 2-by-2 symmetric matrix in the following form by symmetric
QR algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
QRAlgorithm
The QR algorithm is an eigenvalue algorithm by computing the real Schur canonical form of a
matrix.
|
class |
SymmetricQRAlgorithm
The symmetric QR algorithm is an eigenvalue algorithm by computing the real Schur canonical form
of a square, symmetric matrix.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.