Packages

class Hessenburg extends Eigen with Error

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.

Linear Supertypes
Error, Eigen, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Hessenburg
  2. Error
  3. Eigen
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Hessenburg(a: MatrixD)

    a

    the matrix to reduce to Hessenburg form

Value Members

  1. final def flaw(method: String, message: String): Unit

    Show the flaw by printing the error message.

    Show the flaw by printing the error message.

    method

    the method where the error occurred

    message

    the error message

    Definition Classes
    Error
  2. def getH: MatrixD

    Get the Hessenburg h matrix.