Home Browse Files
template <typename IndexType, typename TA, typename Buffer>
    void
    gepack_A(IndexType   mc,
             IndexType   kc,
             bool        conj,
             const TA    *A,
             IndexType   incRowA,
             IndexType   incColA,
             Buffer      *buffer);

Defined in namespace ulmBLAS. Function gepack_A with 3 template parameters.

template <typename IndexType, typename TB, typename Buffer>
    void
    gepack_B(IndexType   kc,
             IndexType   nc,
             bool        conj,
             const TB    *B,
             IndexType   incRowB,
             IndexType   incColB,
             Buffer      *buffer);

Defined in namespace ulmBLAS. Function gepack_B with 3 template parameters.

Home

View document source

© 2011-2015 Michael Lehn