<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
gemm.hpp File Reference
Include dependency graph for gemm.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class TA , class TB , class TC , class alpha_t , class beta_t >
void tlapack::gemm (Op transA, Op transB, const alpha_t &alpha, const starpu::Matrix< TA > &A, const starpu::Matrix< TB > &B, const beta_t &beta, starpu::Matrix< TC > &C)
 Overload of gemm for starpu::Matrix.
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA