Home Browse Files
template <typename IndexType, typename TU, typename Buffer>
    void
    truspack(IndexType   mc,
             bool        conj,
             bool        unit,
             const TU    *U,
             IndexType   incRowU,
             IndexType   incColU,
             Buffer      *buffer);

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

Home

View document source

© 2011-2015 Michael Lehn