MathTL
 All Classes Functions Variables Typedefs Enumerations
Public Member Functions
MathTL::Hessenberg< C > Class Template Reference

#include <matrix_decomp.h>

Inheritance diagram for MathTL::Hessenberg< C >:
MathTL::Matrix< C > MathTL::MatrixBlock< C >

List of all members.

Public Member Functions

 Hessenberg (const Matrix< C > &A)
 default constructor, perform the Hessenberg transformation

Detailed Description

template<class C>
class MathTL::Hessenberg< C >

Convert a given matrix A into Hessenberg form B=U^T*A*U, where U is orthogonal. We do not store the U-matrix, since this routine is the main ingredient in the numerical solution of the nonsymmetric eigenvalue problem.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Typedefs Enumerations