Back to LAPACK/BLAS
la.blas.syrk
Compute symmetric rank-k update C = alpha*A*A^T + beta*C or C = alpha*A^T*A + beta*C.
Syntax
la.blas.syrk(A, options?)
Description
Compute symmetric rank-k update C = alpha*A*A^T + beta*C or C = alpha*A^T*A + beta*C. Uses DSYRK from BLAS. The result C is symmetric.
Parameters
| Name | Description |
|---|---|
| A | - Input matrix |
| options(optional) | - Update options |
Returns
SyrkResult