scalation.linalgebra
The HouseholderT class performs a Householder Tridiagonalization on a symmetric matrix.
HouseholderT
Algorithm 8.3.1 in Matrix Computations.
the symmetric matrix to tridiagonalize
Debug flag
Show the flaw by printing the error message.
the method where the error occurred
the error message
Get the Householder Tridiagonal matrix.
The
HouseholderT
class performs a Householder Tridiagonalization on a symmetric matrix.Algorithm 8.3.1 in Matrix Computations.