Main Page | Modules | Class List | File List | Class Members | File Members

Gan_SymMatEigenStruct Struct Reference
[Eigendecomposition of a General Size Matrix]

Structure for eigendecomposition of an accumulated symmetric matrix. More...

#include <gandalf/linalg/symmat_eigen.h>

List of all members.

Public Attributes

Gan_SquMatrix SxxT
Gan_SquMatrix W
Gan_Matrix Z
Gan_Vector work
Gan_Bool alloc


Detailed Description

Structure for eigendecomposition of an accumulated symmetric matrix.

Structure to hold accumulated symmetric matrix and resulting eigendecomposition of a sum of vector outer products.


Member Data Documentation

Gan_Bool Gan_SymMatEigenStruct::alloc
 

whether this structure was dynamically allocated

Gan_SquMatrix Gan_SymMatEigenStruct::SxxT
 

accumulated sum of vector outer products

Gan_SquMatrix Gan_SymMatEigenStruct::W
 

diagonal matrix of eigenvalues

Gan_Vector Gan_SymMatEigenStruct::work
 

workspace for computing eigendecomposition

Gan_Matrix Gan_SymMatEigenStruct::Z
 

matrix of eigenvectors


The documentation for this struct was generated from the following file:
Generated on Fri Mar 17 12:44:53 2006 by  doxygen 1.3.9.1