npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
EigenMethod.hh File Reference

Enumeration of LAPACK methods used to calculate eigenvalues and eigenvectors. More...

#include <string>

Go to the source code of this file.

Namespaces

 npstat
 

Enumerations

enum  npstat::EigenMethod { EIGEN_SIMPLE = 0 , EIGEN_D_AND_C , EIGEN_RRR }
 

Functions

EigenMethod npstat::parseEigenMethod (const char *methodName)
 
const char * npstat::eigenMethodName (EigenMethod m)
 
std::string npstat::validEigenMethodNames ()
 

Detailed Description

Enumeration of LAPACK methods used to calculate eigenvalues and eigenvectors.

Author: I. Volobouev

May 2013