Home Browse Files
template <typename IndexType, typename T>
    IndexType
    getf2(IndexType    m,
          IndexType    n,
          T            *A,
          IndexType    incRowA,
          IndexType    incColA,
          IndexType    *piv,
          IndexType    incPiv);

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

Home

View document source

© 2011-2015 Michael Lehn