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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn