<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/types.hpp"
#include "tlapack/starpu/Matrix.hpp"
#include "tlapack/starpu/gemm.hpp"
#include "tlapack/starpu/tasks.hpp"
Go to the source code of this file.
Functions | |
template<class TA , class TC , class alpha_t , class beta_t > | |
void | tlapack::herk (Uplo uplo, Op trans, const alpha_t &alpha, const starpu::Matrix< TA > &A, const beta_t &beta, starpu::Matrix< TC > &C) |
Overload of herk for starpu::Matrix. | |