Home Browse Files
template <typename IndexType, typename ALPHA, typename MA, typename MB>
    void
    geaxpy(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 geaxpy with 4 template parameters.

Home

View document source

© 2011-2012 Michael Lehn