Home Browse Files
template <typename MA, typename NORMA, typename RCOND,
          typename VWORK, typename VIWORK>
    typename RestrictTo<IsRealSyMatrix<MA>::value
                     && IsNotComplex<NORMA>::value
                     && IsNotComplex<RCOND>::value
                     && IsRealDenseVector<VWORK>::value
                     && IsIntegerDenseVector<VIWORK>::value,
             void>::Type
    pocon(const MA      &A,
          const NORMA   &normA,
          RCOND         &rCond,
          VWORK         &&work,
          VIWORK        &&iwork);

Defined in namespace flens::lapack. Function pocon with 5 template parameters.

Home

View document source

© 2011-2012 Michael Lehn