Home Browse Files
template <typename IndexType>
    IndexType
    lahqr(bool          wantT,
          bool          wantZ,
          IndexType     n,
          IndexType     iLo,
          IndexType     iHi,
          float         *H,
          IndexType     ldH,
          float         *wr,
          float         *wi,
          IndexType     iLoZ,
          IndexType     iHiZ,
          float         *Z,
          IndexType     ldZ);

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

template <typename IndexType>
    IndexType
    lahqr(bool          wantT,
          bool          wantZ,
          IndexType     n,
          IndexType     iLo,
          IndexType     iHi,
          double        *H,
          IndexType     ldH,
          double        *wr,
          double        *wi,
          IndexType     iLoZ,
          IndexType     iHiZ,
          double        *Z,
          IndexType     ldZ);

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

template <typename IndexType>
    IndexType
    lahqr(bool                      wantT,
          bool                      wantZ,
          IndexType                 n,
          IndexType                 iLo,
          IndexType                 iHi,
          std::complex<float >      *H,
          IndexType                 ldH,
          std::complex<float >      *w,
          IndexType                 iLoZ,
          IndexType                 iHiZ,
          std::complex<float >      *Z,
          IndexType                 ldZ);

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

template <typename IndexType>
    IndexType
    lahqr(bool                      wantT,
          bool                      wantZ,
          IndexType                 n,
          IndexType                 iLo,
          IndexType                 iHi,
          std::complex<double>      *H,
          IndexType                 ldH,
          std::complex<double>      *w,
          IndexType                 iLoZ,
          IndexType                 iHiZ,
          std::complex<double>      *Z,
          IndexType                 ldZ);

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

Home

View document source

© 2011-2012 Michael Lehn