Home Browse Files
template <typename IndexType>
    void
    laqr5(bool          wantT,
          bool          wantZ,
          IndexType     kacc22,
          IndexType     n,
          IndexType     kTop,
          IndexType     kBot,
          IndexType     nShifts,
          float         *sr,
          float         *si,
          float         *H,
          IndexType     ldH,
          IndexType     iLoZ,
          IndexType     iHiZ,
          float         *Z,
          IndexType     ldZ,
          float         *V,
          IndexType     ldV,
          float         *U,
          IndexType     ldU,
          IndexType     nv,
          float         *WV,
          IndexType     ldWV,
          IndexType     nh,
          float         *WH,
          IndexType     ldWH);

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

template <typename IndexType>
    void
    laqr5(bool          wantT,
          bool          wantZ,
          IndexType     kacc22,
          IndexType     n,
          IndexType     kTop,
          IndexType     kBot,
          IndexType     nShifts,
          double        *sr,
          double        *si,
          double        *H,
          IndexType     ldH,
          IndexType     iLoZ,
          IndexType     iHiZ,
          double        *Z,
          IndexType     ldZ,
          double        *V,
          IndexType     ldV,
          double        *U,
          IndexType     ldU,
          IndexType     nv,
          double        *WV,
          IndexType     ldWV,
          IndexType     nh,
          double        *WH,
          IndexType     ldWH);

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

template <typename IndexType>
    void
    laqr5(bool                  wantT,
          bool                  wantZ,
          IndexType             kacc22,
          IndexType             n,
          IndexType             kTop,
          IndexType             kBot,
          IndexType             nShifts,
          std::complex<float >  *s,
          std::complex<float >  *H,
          IndexType             ldH,
          IndexType             iLoZ,
          IndexType             iHiZ,
          std::complex<float >  *Z,
          IndexType             ldZ,
          std::complex<float >  *V,
          IndexType             ldV,
          std::complex<float >  *U,
          IndexType             ldU,
          IndexType             nv,
          std::complex<float >  *WV,
          IndexType             ldWV,
          IndexType             nh,
          std::complex<float >  *WH,
          IndexType             ldWH);

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

template <typename IndexType>
    void
    laqr5(bool                  wantT,
          bool                  wantZ,
          IndexType             kacc22,
          IndexType             n,
          IndexType             kTop,
          IndexType             kBot,
          IndexType             nShifts,
          std::complex<double>  *s,
          std::complex<double>  *H,
          IndexType             ldH,
          IndexType             iLoZ,
          IndexType             iHiZ,
          std::complex<double>  *Z,
          IndexType             ldZ,
          std::complex<double>  *V,
          IndexType             ldV,
          std::complex<double>  *U,
          IndexType             ldU,
          IndexType             nv,
          std::complex<double>  *WV,
          IndexType             ldWV,
          IndexType             nh,
          std::complex<double>  *WH,
          IndexType             ldWH);

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

Home

View document source

© 2011-2012 Michael Lehn