<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
her2k.hpp File Reference
Include dependency graph for her2k.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::her2k (Layout layout, Uplo uplo, Op trans, idx_t n, idx_t k, scalar_type< TA, TB, TC > alpha, TA const *A, idx_t lda, TB const *B, idx_t ldb, real_type< TA, TB, TC > beta, TC *C, idx_t ldc)
 Hermitian rank-k update:
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA