Uses of Package
org.ejml.dense.row.decomposition.hessenberg
Packages that use org.ejml.dense.row.decomposition.hessenberg
Package
Description
-
Classes in org.ejml.dense.row.decomposition.hessenberg used by org.ejml.dense.row.decomposition.eigClassDescriptionFinds 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. -
Classes in org.ejml.dense.row.decomposition.hessenberg used by org.ejml.dense.row.decomposition.hessenbergClassDescriptionFinds 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.