Uses of Package
org.ejml.dense.row.decomposition.hessenberg
Package
Description
-
ClassDescriptionFinds the decomposition of a matrix in the form of:
A = OHOT
where A is an m by m matrix, O is an orthogonal matrix, and H is an upper Hessenberg matrix.Finds the decomposition of a matrix in the form of:
A = OHOT
where A is an m by m matrix, O is an orthogonal matrix, and H is an upper Hessenberg matrix. -
ClassDescriptionFinds the decomposition of a matrix in the form of:
A = OHOT
where A is an m by m matrix, O is an orthogonal matrix, and H is an upper Hessenberg matrix.Finds the decomposition of a matrix in the form of:
A = OHOT
where A is an m by m matrix, O is an orthogonal matrix, and H is an upper Hessenberg matrix.Performs asimilar tridiagonal decomposition
on a square symmetric input matrix.Performs asimilar tridiagonal decomposition
on a square symmetric input matrix.