Hessenburg

scalation.mathstat.Hessenburg
class Hessenburg(a: MatrixD)

The Hessenburg class is used to reduce, via similarity transformations, an n-by-n matrix a to Hessenburg form h, where all elements two below the main diagonal are zero (or close to zero). Note, similarity transformations do not changes the eigenvalues.

Value parameters

a

the matrix to reduce to Hessenburg form

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def getH: MatrixD

Get the Hessenburg h matrix.

Get the Hessenburg h matrix.

Attributes