Home Browse Files
template <typename IndexType>
    IndexType
    laqr0(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,
          float         *work,
          IndexType     lWork);

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

template <typename IndexType>
    IndexType
    laqr0(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,
          double        *work,
          IndexType     lWork);

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

template <typename IndexType>
    IndexType
    laqr0(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,
          std::complex<float >  *work,
          IndexType             lWork);

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

template <typename IndexType>
    IndexType
    laqr0(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,
          std::complex<double>  *work,
          IndexType             lWork);

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

Home

View document source

© 2011-2012 Michael Lehn