ScaLAPACK 2.1  2.1
ScaLAPACK: Scalable Linear Algebra PACKage
zsyr2.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine zsyr2 (UPLO, N, ALPHA, X, INCX, Y, INCY, A, LDA)
 

Function/Subroutine Documentation

◆ zsyr2()

subroutine zsyr2 ( character*1  UPLO,
integer  N,
complex*16  ALPHA,
complex*16, dimension( * )  X,
integer  INCX,
complex*16, dimension( * )  Y,
integer  INCY,
complex*16, dimension( lda, * )  A,
integer  LDA 
)

Definition at line 2 of file zsyr2.f.