Loading [MathJax]/extensions/TeX/AMSmath.js
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
syr2.hpp File Reference
Include dependency graph for syr2.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 TX , typename TY >
void tlapack::legacy::syr2 (Layout layout, Uplo uplo, idx_t n, scalar_type< TA, TX, TY > alpha, TX const *x, int_t incx, TY const *y, int_t incy, TA *A, idx_t lda)
 Symmetric matrix rank-2 update:
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA