Home Browse Files
template <typename IndexType>
    IndexType
    sbev(char                  jobZ,
         char                  upLo,
         IndexType             n,
         IndexType             kd,
         float                 *Ab,
         IndexType             ldAb,
         float                 *w,
         float                 *z,
         IndexType             ldZ,
         float                 *work);

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

template <typename IndexType>
    IndexType
    sbev(char                  jobZ,
         char                  upLo,
         IndexType             n,
         IndexType             kd,
         double                *Ab,
         IndexType             ldAb,
         double                *w,
         double                *z,
         IndexType             ldZ,
         double                *work);

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

Home

View document source

© 2011-2012 Michael Lehn