Octopus
|
Performs one of the symmetric rank k operations. More...
Performs one of the symmetric rank k operations.
\[ C := \alpha A A^T + \beta C, \]
or
\[ C := \alpha A^T A + \beta C \]
where \(\alpha\) and \(\beta\) are scalars, C is an \(n\times n\) symmetric matrix and A is an \(n\times k\) matrix in the first case and A \(k \times n\) matrix in the second case.
Private Member Functions | |
subroutine | pdsyrk (uplo, trans, n, k, alpha, a, ia, ja, desca, beta, c, ic, jc, descc) |
subroutine | pzherk (uplo, trans, n, k, alpha, a, ia, ja, desca, beta, c, ic, jc, descc) |
|
private |
|
private |