Home Browse Files
template <typename IndexType>
    IndexType
    syev(char                  jobZ,
         char                  upLo,
         IndexType             n,
         float                 *A,
         IndexType             ldA,
         float                 *w,
         float                 *work,
         IndexType             lWork);

Defined in namespace cxxlapack. Function syev with 1 template parameters.

template <typename IndexType>
    IndexType
    syev(char                  jobZ,
         char                  upLo,
         IndexType             n,
         double                *A,
         IndexType             ldA,
         double                *w,
         double                *work,
         IndexType             lWork);

Defined in namespace cxxlapack. Function syev with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn