Home Browse Files
template <typename IndexType, typename T>
    void
    laswp(IndexType    n,
          T            *A,
          IndexType    incRowA,
          IndexType    incColA,
          IndexType    k1,
          IndexType    k2,
          IndexType    *piv,
          IndexType    incPiv);

Defined in namespace ulmBLAS. Function laswp with 2 template parameters.

Home

View document source

© 2011-2015 Michael Lehn