Package org.ejml.dense.row.decomposition.hessenberg
package org.ejml.dense.row.decomposition.hessenberg
-
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.Concurrent implementation ofHessenbergSimilarDecomposition_DDRM
.Concurrent implementation ofHessenbergSimilarDecomposition_FDRM
.Wrapper around a block implementation of TridiagonalSimilarDecomposition_F64Wrapper around a block implementation of TridiagonalSimilarDecomposition_F32Performs asimilar tridiagonal decomposition
on a square symmetric input matrix.Performs asimilar tridiagonal decomposition
on a square symmetric input matrix.Concurrent implementation ofTridiagonalDecompositionHouseholder_DDRM
Concurrent implementation ofTridiagonalDecompositionHouseholder_FDRM
A straight forward implementation from "Fundamentals of Matrix Computations," Second Edition.
This is only saved to provide a point of reference in benchmarks.A straight forward implementation from "Fundamentals of Matrix Computations," Second Edition.
This is only saved to provide a point of reference in benchmarks.