#include "SoUtils/EigenSystems.h"
#include "gsl/gsl_matrix.h"
#include "gsl/gsl_eigen.h"
Include dependency graph for EigenSystems.cpp:
Go to the source code of this file.
Functions | |
| StatusCode | SoUtils::eigensystem (const Gaudi::SymMatrix3x3 &matrix, Gaudi::Vector3 &eigenvalues, std::vector< Gaudi::Vector3 > &eigenvectors) |
| calculate eigenvalues and eigenvectors of symmetric matrix | |
| StatusCode | SoUtils::eigenvalues (const Gaudi::SymMatrix3x3 &matrix, Gaudi::Vector3 &eigenvalues) |
| calculate eigenvalues of symmetric matrix | |
Definition in file EigenSystems.cpp.
1.4.7