Simple Application Framework  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Namespaces | Functions
Saf/Math/Algebra/Eigenvectors.cpp File Reference

Eigenvectors and eigenvalues decomposition routines.
More...

#include "../../Algo/Selection/MinMax.h"
#include "../Calculus/Powers.h"
#include "Eigenvectors.h"

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.

Detailed Description

Eigenvectors and eigenvalues decomposition routines.
Author:
Ondrej Danek ondre.nosp@m.j.da.nosp@m.nek@g.nosp@m.mail.nosp@m..com
Date:
2010