Home Browse Files
template <typename IndexType, typename MX, typename MY>
    void
    trlcopy(IndexType    m,
            IndexType    n,
            bool         unit,
            bool         conjA,
            MX           *X,
            IndexType    incRowX,
            IndexType    incColX,
            MY           *Y,
            IndexType    incRowY,
            IndexType    incColY);

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

Home

View document source

© 2011-2015 Michael Lehn