#include <gandalf/linalg/symmat_eigen.h>
Public Attributes | |
Gan_SquMatrix | SxxT |
Gan_SquMatrix | W |
Gan_Matrix | Z |
Gan_Vector | work |
Gan_Bool | alloc |
Structure to hold accumulated symmetric matrix and resulting eigendecomposition of a sum of vector outer products.
|
whether this structure was dynamically allocated |
|
accumulated sum of vector outer products |
|
diagonal matrix of eigenvalues |
|
workspace for computing eigendecomposition |
|
matrix of eigenvectors |