Back to LAPACK/BLAS
la.blas.herk
Compute Hermitian rank-k update C = alpha*A*A^H + beta*C or C = alpha*A^H*A + beta*C.
Syntax
la.blas.herk(A, options?)
Description
Compute Hermitian rank-k update C = alpha*A*A^H + beta*C or C = alpha*A^H*A + beta*C. For real matrices, this is equivalent to symmetric rank-k update (SYRK). The result C is Hermitian (symmetric for real matrices).
Parameters
| Name | Description |
|---|---|
| A | - Input matrix |
| options(optional) | - Update options |
Returns
HerkResult