#include <vector>
#include "GaudiKernel/Vector3DTypes.h"
#include "GaudiKernel/SymmetricMatrixTypes.h"
#include "GaudiKernel/GenericVectorTypes.h"
#include "GaudiKernel/StatusCode.h"
Include dependency graph for EigenSystems.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | SoUtils |
Defines | |
#define | SOUTILS_EIGENSYSTEMS_H 1 |
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 |
#define SOUTILS_EIGENSYSTEMS_H 1 |
Definition at line 20 of file EigenSystems.h.