<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/types.hpp"
#include "tlapack/starpu/Matrix.hpp"
#include "tlapack/starpu/tasks.hpp"
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. | |