Home Browse Files
template <typename IndexType>
    IndexType
    laeda(IndexType             n,
          IndexType             tlvls,
          IndexType             curlvl,
          IndexType             curpbm,
          const IndexType       *prmptr,
          const IndexType       *perm,
          const IndexType       *givptr,
          const IndexType       *givcol,
          const float           *givnum,
          const float           *q,
          const IndexType       *qptr,
          float                 *z,
          float                 *ztemp);

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

template <typename IndexType>
    IndexType
    laeda(IndexType             n,
          IndexType             tlvls,
          IndexType             curlvl,
          IndexType             curpbm,
          const IndexType       *prmptr,
          const IndexType       *perm,
          const IndexType       *givptr,
          const IndexType       *givcol,
          const double          *givnum,
          const double          *q,
          const IndexType       *qptr,
          double                *z,
          double                *ztemp);

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

Home

View document source

© 2011-2012 Michael Lehn