Interface Hessenberg<N extends Comparable<N>>

All Superinterfaces:
MatrixDecomposition<N>, Structure1D, Structure2D
All Known Implementing Classes:
DenseHessenberg, DenseHessenberg.C128, DenseHessenberg.H256, DenseHessenberg.Q128, DenseHessenberg.R064, DenseHessenberg.R128

public interface Hessenberg<N extends Comparable<N>> extends MatrixDecomposition<N>
Hessenberg: [A] = [Q][H][Q]T A general square matrix [A] can be decomposed by orthogonal similarity transformations into the form [A]=[Q][H][Q]T where
  • [H] is upper (or lower) hessenberg matrix
  • [Q] is orthogonal/unitary