Home Browse Files
template <typename IndexType>
    IndexType
    sbevd(char                  jobz,
          char                  uplo,
          IndexType             n,
          IndexType             kd,
          float                 *Ab,
          IndexType             ldAb,
          float                 *w,
          float                 *Z,
          IndexType             ldZ,
          float                 *work,
          IndexType             lWork,
          IndexType             *iWork,
          IndexType             liWork);

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

template <typename IndexType>
    IndexType
    sbevd(char                  jobz,
          char                  uplo,
          IndexType             n,
          IndexType             kd,
          double                *Ab,
          IndexType             ldAb,
          double                *w,
          double                *Z,
          IndexType             ldZ,
          double                *work,
          IndexType             lWork,
          IndexType             *iWork,
          IndexType             liWork);

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

Home

View document source

© 2011-2012 Michael Lehn