Packages

c

scalation.linalgebra

HouseholderT

class HouseholderT extends Eigen with Error

The HouseholderT class performs a Householder Tridiagonalization on a symmetric matrix.

See also

Algorithm 8.3.1 in Matrix Computations.

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

Instance Constructors

  1. new HouseholderT(a: MatrixD)

    a

    the symmetric matrix to tridiagonalize

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 getT: SymTriMatrixD

    Get the Householder Tridiagonal matrix 't'.

  3. val n: Int