Simple Application Framework
1
|
Eigenvectors and eigenvalues decomposition routines.
Go to the source code of this file.
Namespaces | |
namespace | Saf |
Global library namespace. | |
namespace | Saf::Math |
Mathematical functions and structures. | |
namespace | Saf::Math::Algebra |
Implementations of various objects from algebra. | |
namespace | Saf::Math::Algebra::Eigenvectors |
Eigenvectors and eigenvalues computation routines. | |
Functions | |
template<Size N, class T > | |
void | Saf::Math::Algebra::Eigenvectors::DecomposeSymmetric (const Matrix< N, N, T > &mat, Matrix< N, N, T > &eigVec, Vector< N, T > &eigVal) |
Find eigenvectors and eigenvalues of a symmetric matrix. |
Eigenvectors and eigenvalues decomposition routines.