Home Browse Files
template <typename IndexType>
    IndexType
    sbtrd(char                  vect,
          char                  uplo,
          IndexType             n,
          IndexType             kd,
          float                 *Ab,
          IndexType             ldAb,
          float                 *d,
          float                 *e,
          float                 *Q,
          IndexType             ldQ,
          float                 *work);

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

template <typename IndexType>
    IndexType
    sbtrd(char                  vect,
          char                  uplo,
          IndexType             n,
          IndexType             kd,
          double                *Ab,
          IndexType             ldAb,
          double                *d,
          double                *e,
          double                *Q,
          IndexType             ldQ,
          double                *work);

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

Home

View document source

© 2011-2012 Michael Lehn