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