Home Browse Files
template <typename IndexType>
    IndexType
    gbbrd(char                  vect,
          IndexType             m,
          IndexType             n,
          IndexType             ncc,
          IndexType             kl,
          IndexType             ku,
          float                 *Ab,
          IndexType             ldAb,
          float                 *d,
          float                 *e,
          float                 *Q,
          IndexType             ldQ,
          float                 *PT,
          IndexType             ldPT,
          float                 *C,
          IndexType             ldC,
          float                 *work);

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

template <typename IndexType>
    IndexType
    gbbrd(char                  vect,
          IndexType             m,
          IndexType             n,
          IndexType             ncc,
          IndexType             kl,
          IndexType             ku,
          double                *Ab,
          IndexType             ldAb,
          double                *d,
          double                *e,
          double                *Q,
          IndexType             ldQ,
          double                *PT,
          IndexType             ldPT,
          double                *C,
          IndexType             ldC,
          double                *work);

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

template <typename IndexType>
    IndexType
    gbbrd(char                  vect,
          IndexType             m,
          IndexType             n,
          IndexType             ncc,
          IndexType             kl,
          IndexType             ku,
          std::complex<double>  *Ab,
          IndexType             ldAb,
          double                *d,
          double                *e,
          std::complex<double>  *Q,
          IndexType             ldQ,
          std::complex<double>  *PT,
          IndexType             ldPT,
          std::complex<double>  *C,
          IndexType             ldC,
          std::complex<double>  *work,
          double                *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn