Home Browse Files
template <typename IndexType>
    IndexType
    heev(char                   jobZ,
         char                   upLo,
         IndexType              n,
         std::complex<float >   *A,
         IndexType              ldA,
         float                  *w,
         std::complex<float >   *work,
         IndexType              lWork,
         float                  *rWork);

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

template <typename IndexType>
    IndexType
    heev(char                   jobZ,
         char                   upLo,
         IndexType              n,
         std::complex<double>   *A,
         IndexType              ldA,
         double                 *w,
         std::complex<double>   *work,
         IndexType              lWork,
         double                 *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn