SYR2: performs the symmetric rank 2 operation A := alpha*x*y**T + alpha*y*x**T + A, where alpha is a scalar, x and y are n element vectors and A is an n by n symmetric matrix.
More...
|
pure subroutine | dsyr2 (uplo, n, alpha, x, incx, y, incy, a, lda) |
|
| la_dsyr2 |
|
| la_qsyr2 |
|
pure subroutine | ssyr2 (uplo, n, alpha, x, incx, y, incy, a, lda) |
|
| la_ssyr2 |
|
SYR2: performs the symmetric rank 2 operation A := alpha*x*y**T + alpha*y*x**T + A, where alpha is a scalar, x and y are n element vectors and A is an n by n symmetric matrix.
◆ dsyr2()
pure subroutine la_blas::syr2::dsyr2 |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(dp), intent(in) |
alpha, |
|
|
real(dp), dimension(*), intent(in) |
x, |
|
|
integer(ilp), intent(in) |
incx, |
|
|
real(dp), dimension(*), intent(in) |
y, |
|
|
integer(ilp), intent(in) |
incy, |
|
|
real(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda |
|
) |
| |
◆ la_dsyr2()
◆ la_qsyr2()
◆ la_ssyr2()
◆ ssyr2()
pure subroutine la_blas::syr2::ssyr2 |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(sp), intent(in) |
alpha, |
|
|
real(sp), dimension(*), intent(in) |
x, |
|
|
integer(ilp), intent(in) |
incx, |
|
|
real(sp), dimension(*), intent(in) |
y, |
|
|
integer(ilp), intent(in) |
incy, |
|
|
real(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda |
|
) |
| |
The documentation for this interface was generated from the following file: