Home Browse Files
template <typename VSELECT, typename MT, typename MVL, typename MVR,
          typename VS, typename VSEP, typename MM, typename M,
          typename MWORK, typename VIWORK>
    void
    trsna(TRSNA::Job                    job,
          TRSNA::HowMany                howMany,
          const DenseVector<VSELECT>    &select,
          const GeMatrix<MT>            &T,
          const GeMatrix<MVL>           &VL,
          const GeMatrix<MVR>           &VR,
          DenseVector<VS>               &s,
          DenseVector<VSEP>             &sep,
          const MM                      &mm,
          M                             &m,
          GeMatrix<MWORK>               &work,
          DenseVector<VIWORK>           &iWork);

Defined in namespace flens::lapack. Function trsna with 10 template parameters.

template <typename VSELECT, typename MT, typename MVL, typename MVR,
          typename VS, typename VSEP, typename MM, typename M,
          typename MWORK, typename VIWORK>
    void
    trsna(TRSNA::Job                    job,
          TRSNA::HowMany                howMany,
          const VSELECT                 &select,
          const MT                      &T,
          const MVL                     &VL,
          const MVR                     &VR,
          VS                            &&s,
          VSEP                          &&sep,
          const MM                      &mm,
          M                             &&m,
          MWORK                         &&work,
          VIWORK                        &&iWork);

Defined in namespace flens::lapack. Function trsna with 10 template parameters.

Home

View document source

© 2011-2012 Michael Lehn