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

Enumeration of LAPACK methods used to calculate singular value decompositions. More...

#include <string>

Go to the source code of this file.

Namespaces

 npstat
 

Enumerations

enum  npstat::SvdMethod { SVD_SIMPLE = 0 , SVD_D_AND_C }
 

Functions

SvdMethod npstat::parseSvdMethod (const char *methodName)
 
const char * npstat::svdMethodName (SvdMethod m)
 
std::string npstat::validSvdMethodNames ()
 

Detailed Description

Enumeration of LAPACK methods used to calculate singular value decompositions.

Author: I. Volobouev

March 2014