template <typename IndexType>
    void
    laqr3(bool                      wantT,
          bool                      wantZ,
          IndexType                 n,
          IndexType                 kTop,
          IndexType                 kBot,
          IndexType                 nw,
          std::complex<float >      *H,
          IndexType                 ldH,
          IndexType                 iLoZ,
          IndexType                 iHiZ,
          std::complex<float >      *Z,
          IndexType                 ldZ,
          IndexType                 &ns,
          IndexType                 &nd,
          std::complex<float >      *sh,
          std::complex<float >      *V,
          IndexType                 ldV,
          IndexType                 nh,
          std::complex<float >      *T,
          IndexType                 ldT,
          IndexType                 nv,
          std::complex<float >      *WV,
          IndexType                 ldWV,
          std::complex<float >      *work,
          IndexType                 lWork);

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

template <typename IndexType>
    void
    laqr3(bool                      wantT,
          bool                      wantZ,
          IndexType                 n,
          IndexType                 kTop,
          IndexType                 kBot,
          IndexType                 nw,
          std::complex<double>      *H,
          IndexType                 ldH,
          IndexType                 iLoZ,
          IndexType                 iHiZ,
          std::complex<double>      *Z,
          IndexType                 ldZ,
          IndexType                 &ns,
          IndexType                 &nd,
          std::complex<double>      *sh,
          std::complex<double>      *V,
          IndexType                 ldV,
          IndexType                 nh,
          std::complex<double>      *T,
          IndexType                 ldT,
          IndexType                 nv,
          std::complex<double>      *WV,
          IndexType                 ldWV,
          std::complex<double>      *work,
          IndexType                 lWork);

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