![]() |
XLPack 7.0
XLPack Numerical Library (C API) Reference Manual
|
Functions | |
| void | zsyr2 (char uplo, int n, doublecomplex alpha, doublecomplex x[], int incx, doublecomplex y[], int incy, int lda, doublecomplex a[]) |
| Rank 2 operation: A <- αxyT + αyxT + A (complex symmetric matrices) (BLAS 2) | |