Home Browse Files
template <typename IndexType, typename ALPHA, typename MA, typename MB>
    void
    geraxpy(StorageOrder order,
            Transpose trans, IndexType m, IndexType n,
            const ALPHA &alpha, const MA *A, IndexType ldA,
            MB *B, IndexType ldB);

Defined in namespace cxxblas. Function geraxpy with 4 template parameters.

Home

View document source

© 2011-2012 Michael Lehn