<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
herk.hpp File Reference
Include dependency graph for herk.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 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.
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA