Uses of Interface
dev.nm.algebra.linear.matrix.doubles.factorization.eigen.Spectrum
-
-
Uses of Spectrum in dev.nm.algebra.linear.matrix.doubles.factorization.eigen
Classes in dev.nm.algebra.linear.matrix.doubles.factorization.eigen that implement Spectrum Modifier and Type Class Description classCharacteristicPolynomialThe characteristic polynomial of a square matrix is the functionclassEigenGiven a square matrix A, an eigenvalue λ and its associated eigenvector v are defined by Av = λv. -
Uses of Spectrum in dev.nm.algebra.linear.matrix.doubles.factorization.eigen.mr3
Classes in dev.nm.algebra.linear.matrix.doubles.factorization.eigen.mr3 that implement Spectrum Modifier and Type Class Description classMR3Computes eigenvalues and eigenvectors of a given symmetric tridiagonal matrix T using "Algorithm of Multiple Relatively Robust Representations" (MRRR).classSymmetricEigenByMR3Computes eigen decomposition for a symmetric matrix using "Algorithm of Multiple Relatively Robust Representations" (MRRR).classSymmetricEigenFor2x2MatrixComputes the eigen decomposition of a 2-by-2 symmetric matrix in the following form by symmetric QR algorithm. -
Uses of Spectrum in dev.nm.algebra.linear.matrix.doubles.factorization.eigen.qr
Classes in dev.nm.algebra.linear.matrix.doubles.factorization.eigen.qr that implement Spectrum Modifier and Type Class Description classQRAlgorithmThe QR algorithm is an eigenvalue algorithm by computing the real Schur canonical form of a matrix.classSymmetricQRAlgorithmThe symmetric QR algorithm is an eigenvalue algorithm by computing the real Schur canonical form of a square, symmetric matrix.
-