SPR: 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, supplied in packed form.
More...
|
pure subroutine | cspr (uplo, n, alpha, x, incx, ap) |
|
| la_cspr |
|
| la_wspr |
|
pure subroutine | zspr (uplo, n, alpha, x, incx, ap) |
|
| la_zspr |
|
SPR: 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, supplied in packed form.
◆ cspr()
pure subroutine la_lapack::spr::cspr |
( |
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(*), intent(inout) |
ap |
|
) |
| |
◆ la_cspr()
◆ la_wspr()
◆ la_zspr()
◆ zspr()
pure subroutine la_lapack::spr::zspr |
( |
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(*), intent(inout) |
ap |
|
) |
| |
The documentation for this interface was generated from the following file: