eigenvalues.h File Reference

Go to the source code of this file.

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 
 shark::blas
 

Functions

template<class MatrixT , class MatrixU , class VectorT >
void shark::blas::eigensymm (matrix_expression< MatrixT, cpu_tag > const &A, matrix_expression< MatrixU, cpu_tag > &eigenVectors, vector_expression< VectorT, cpu_tag > &eigenValues)
 Used as frontend for eigensymm for calculating the eigenvalues and the normalized eigenvectors of a symmetric matrix 'A' using the Givens and Householder reduction. Each time this frontend is called additional memory is allocated for intermediate results. More...