SYR: performs the symmetric rank 1 operation A := alpha*x*x**H + A, where alpha is a complex scalar, x is an n element vector and A is an n by n symmetric matrix.
More...
|
pure subroutine | csyr (uplo, n, alpha, x, incx, a, lda) |
|
| la_csyr |
|
| la_wsyr |
|
pure subroutine | zsyr (uplo, n, alpha, x, incx, a, lda) |
|
| la_zsyr |
|
SYR: performs the symmetric rank 1 operation A := alpha*x*x**H + A, where alpha is a complex scalar, x is an n element vector and A is an n by n symmetric matrix.
◆ csyr()
pure subroutine la_lapack::syr::csyr |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), intent(in) |
alpha, |
|
|
complex(sp), dimension(*), intent(in) |
x, |
|
|
integer(ilp), intent(in) |
incx, |
|
|
complex(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda |
|
) |
| |
◆ la_csyr()
◆ la_wsyr()
◆ la_zsyr()
◆ zsyr()
pure subroutine la_lapack::syr::zsyr |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), intent(in) |
alpha, |
|
|
complex(dp), dimension(*), intent(in) |
x, |
|
|
integer(ilp), intent(in) |
incx, |
|
|
complex(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda |
|
) |
| |
The documentation for this interface was generated from the following file: