Home Browse Files
template <typename IndexType>
    IndexType
    hbev(char                  jobZ,
         char                  upLo,
         IndexType             n,
         IndexType             kd,
         std::complex<float >  *Ab,
         IndexType             ldAb,
         float                 *w,
         std::complex<float >  *Z,
         IndexType             ldZ,
         std::complex<float >  *work,
         float                 *rWork);

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

template <typename IndexType>
    IndexType
    hbev(char                  jobZ,
         char                  upLo,
         IndexType             n,
         IndexType             kd,
         std::complex<double>  *Ab,
         IndexType             ldAb,
         double                *w,
         std::complex<double>  *Z,
         IndexType             ldZ,
         std::complex<double>  *work,
         double                *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn