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