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

Defined in namespace cxxblas. Function geaxpy with 7 template parameters.

Home

View document source

© 2011-2012 Michael Lehn