Home Browse Files
template <typename IndexType>
    IndexType
    sbgvd(char                  jobz,
          char                  uplo,
          IndexType             n,
          IndexType             kA,
          IndexType             kB,
          float                 *Ab,
          IndexType             ldAb,
          float                 *Bb,
          IndexType             ldBb,
          float                 *w,
          float                 *Z,
          IndexType             ldZ,
          float                 *work,
          IndexType             lWork,
          float                 *iWork,
          IndexType             liWork);

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

template <typename IndexType>
    IndexType
    sbgvd(char                  jobz,
          char                  uplo,
          IndexType             n,
          IndexType             kA,
          IndexType             kB,
          double                *Ab,
          IndexType             ldAb,
          double                *Bb,
          IndexType             ldBb,
          double                *w,
          double                *Z,
          IndexType             ldZ,
          double                *work,
          IndexType             lWork,
          double                *iWork,
          IndexType             liWork);

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

Home

View document source

© 2011-2012 Michael Lehn