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

Go to the source code of this file.

Functions

template<typename TA , typename TB , typename TC >
void tlapack::legacy::hemm (Layout layout, Side side, Uplo uplo, idx_t m, idx_t n, scalar_type< TA, TB, TC > alpha, TA const *A, idx_t lda, TB const *B, idx_t ldb, scalar_type< TA, TB, TC > beta, TC *C, idx_t ldc)
 Hermitian matrix-matrix multiply:
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA