Home Browse Files
template <typename T, typename IndexType>
    void
    printMatrix(IndexType m, IndexType n,
                const T *X, IndexType incRowX, IndexType incColX);

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

template <typename T, typename IndexType>
    void
    printSylMatrix(IndexType m,
                   const T *X, IndexType incRowX, IndexType incColX);

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

template <typename T, typename IndexType>
    void
    printSyuMatrix(IndexType m,
                   const T *X, IndexType incRowX, IndexType incColX);

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

Home

View document source

© 2011-2015 Michael Lehn