Home Browse Files
template <typename IndexType, typename VSR, typename VSI, typename MH,
          typename MZ, typename MV, typename MU, typename MWV, typename MWH>
    void
    laqr5(bool                      wantT,
          bool                      wantZ,
          IndexType                 kacc22,
          IndexType                 kTop,
          IndexType                 kBot,
          IndexType                 nShifts,
          DenseVector<VSR>          &sr,
          DenseVector<VSI>          &si,
          GeMatrix<MH>              &H,
          IndexType                 iLoZ,
          IndexType                 iHiZ,
          GeMatrix<MZ>              &Z,
          GeMatrix<MV>              &V,
          GeMatrix<MU>              &U,
          GeMatrix<MWV>             &WV,
          GeMatrix<MWH>             &WH);

Defined in namespace flens::lapack. Function laqr5 with 9 template parameters.

template <typename IndexType, typename VSR, typename VSI, typename MH,
          typename MZ, typename MV, typename MU, typename MWV, typename MWH>
    void
    laqr5(bool                      wantT,
          bool                      wantZ,
          IndexType                 kacc22,
          IndexType                 kTop,
          IndexType                 kBot,
          IndexType                 nShifts,
          VSR                       &&sr,
          VSI                       &&si,
          MH                        &&H,
          IndexType                 iLoZ,
          IndexType                 iHiZ,
          MZ                        &&Z,
          MV                        &&V,
          MU                        &&U,
          MWV                       &&WV,
          MWH                       &&WH);

Defined in namespace flens::lapack. Function laqr5 with 9 template parameters.

Home

View document source

© 2011-2012 Michael Lehn