template <typename IndexType, typename VSR, typename VSI, typename MH,
          typename MZ, typename MV, typename MU, typename MWV, typename MWH>
    typename RestrictTo<IsRealDenseVector<VSR>::value
                     && IsRealDenseVector<VSI>::value
                     && IsRealGeMatrix<MH>::value
                     && IsRealGeMatrix<MZ>::value
                     && IsRealGeMatrix<MV>::value
                     && IsRealGeMatrix<MU>::value
                     && IsRealGeMatrix<MWV>::value
                     && IsRealGeMatrix<MWH>::value,
             void>::Type
    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.

template <typename IndexType, typename VS, typename MH, typename MZ,
          typename MV, typename MU, typename MWV, typename MWH>
    typename RestrictTo<IsComplexDenseVector<VS>::value
                     && IsComplexGeMatrix<MH>::value
                     && IsComplexGeMatrix<MZ>::value
                     && IsComplexGeMatrix<MV>::value
                     && IsComplexGeMatrix<MU>::value
                     && IsComplexGeMatrix<MWV>::value
                     && IsComplexGeMatrix<MWH>::value,
             void>::Type
    laqr5(bool                      wantT,
          bool                      wantZ,
          IndexType                 kacc22,
          IndexType                 kTop,
          IndexType                 kBot,
          IndexType                 nShifts,
          VS                        &&s,
          MH                        &&H,
          IndexType                 iLoZ,
          IndexType                 iHiZ,
          MZ                        &&Z,
          MV                        &&V,
          MU                        &&U,
          MWV                       &&WV,
          MWH                       &&WH);

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