Class | Description |
---|---|
HessenbergSimilarDecomposition_DDRM |
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. |
TridiagonalDecomposition_DDRB_to_DDRM |
Wrapper around a block implementation of TridiagonalSimilarDecomposition_F64
|
TridiagonalDecompositionHouseholder_DDRM |
Performs a
similar tridiagonal decomposition on a square symmetric input matrix. |
TridiagonalDecompositionHouseholderOrig_DDRM |
A straight forward implementation from "Fundamentals of Matrix Computations," Second Edition.
This is only saved to provide a point of reference in benchmarks. |