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

Go to the source code of this file.

Functions

template<TLAPACK_MATRIX matrixA_t, TLAPACK_VECTOR vectorX_t, TLAPACK_REAL alpha_t, enable_if_t<(is_real< alpha_t >), int > = 0, class T = type_t<matrixA_t>, disable_if_allow_optblas_t< pair< alpha_t, real_type< T > >, pair< matrixA_t, T >, pair< vectorX_t, T > > = 0>
void tlapack::her (Uplo uplo, const alpha_t &alpha, const vectorX_t &x, matrixA_t &A)
 Hermitian matrix rank-1 update:
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA