Home Browse Files
template <typename IndexType>
    IndexType
    sbgv (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);

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

template <typename IndexType>
    IndexType
    sbgv (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);

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

Home

View document source

© 2011-2012 Michael Lehn