Home Browse Files
template <typename IndexType>
    IndexType
    hgeqz(char                  job,
          char                  compq,
          char                  compz,
          IndexType             n,
          IndexType             ilo,
          IndexType             ihi,
          float                 *H,
          IndexType             ldH,
          float                 *T,
          IndexType             ldT,
          float                 *alphaar,
          float                 *alphaai,
          float                 *beta,
          float                 *Q,
          IndexType             ldQ,
          float                 *Z,
          IndexType             ldZ,
          float                 *work,
          IndexType             lWork);

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

template <typename IndexType>
    IndexType
    hgeqz(char                  job,
          char                  compq,
          char                  compz,
          IndexType             n,
          IndexType             ilo,
          IndexType             ihi,
          double                *H,
          IndexType             ldH,
          double                *T,
          IndexType             ldT,
          double                *alphaar,
          double                *alphaai,
          double                *beta,
          double                *Q,
          IndexType             ldQ,
          double                *Z,
          IndexType             ldZ,
          double                *work,
          IndexType             lWork);

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

template <typename IndexType>
    IndexType
    hgeqz(char                  job,
          char                  compq,
          char                  compz,
          IndexType             n,
          IndexType             ilo,
          IndexType             ihi,
          std::complex<float >  *H,
          IndexType             ldH,
          std::complex<float >  *T,
          IndexType             ldT,
          std::complex<float >  *alpha,
          std::complex<float >  *beta,
          std::complex<float >  *Q,
          IndexType             ldQ,
          std::complex<float >  *Z,
          IndexType             ldZ,
          std::complex<float >  *work,
          IndexType             lWork,
          float                 *rWork);

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

template <typename IndexType>
    IndexType
    hgeqz(char                  job,
          char                  compq,
          char                  compz,
          IndexType             n,
          IndexType             ilo,
          IndexType             ihi,
          std::complex<double>  *H,
          IndexType             ldH,
          std::complex<double>  *T,
          IndexType             ldT,
          std::complex<double>  *alpha,
          std::complex<double>  *beta,
          std::complex<double>  *Q,
          IndexType             ldQ,
          std::complex<double>  *Z,
          IndexType             ldZ,
          std::complex<double>  *work,
          IndexType             lWork,
          double                *rWork);

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

Home

View document source

© 2011-2012 Michael Lehn