Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Linear Algebra Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWDenseTriDiagDecomp<T>

Module:  Linear Algebra   Group:  Decomposition classes


Does not inherit

Local Index

Members

Synopsis

#include <rw/lapack/td.h>

RWDenseTriDiagDecomp<double> QTQ(A);    // A is a
// RWSymMat<double>

Description

The class RWDenseTriDiagDecomp<T> encapsulates the symmetric tri-
diagonal decomposition of a dense symmetric matrix A, where:

and Q is orthogonal and T is real tridiagonal symmetric. These classes are used internally by the symmetric eigenvalue classes.

Example

Public Constructors

RWDenseTriDiagDecomp(const RWSymMat<T>& A);

Public Member Functions

unsigned
cols() const;
const RWMathVec<T>
diagonal() const;
const RWMathVec<T>
offDiagonal() const;
unsigned
rows() const;
void
set(const RWMathVec<T>& diag,const RWMathVec<T>& offdiag);
virtual RWMathVec<T>
transform(const RWMathVec<T>& x);
virtual RWGenMat<T> 
transform(const RWGenMat<T>& x);


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.