SPR: performs the symmetric rank 1 operation A := alpha*x*x**T + A, where alpha is a real scalar, x is an n element vector and A is an n by n symmetric matrix, supplied in packed form.
More...
|
pure subroutine | dspr (uplo, n, alpha, x, incx, ap) |
|
| la_dspr |
|
| la_qspr |
|
pure subroutine | sspr (uplo, n, alpha, x, incx, ap) |
|
| la_sspr |
|
SPR: performs the symmetric rank 1 operation A := alpha*x*x**T + A, where alpha is a real scalar, x is an n element vector and A is an n by n symmetric matrix, supplied in packed form.
◆ dspr()
pure subroutine la_blas::spr::dspr |
( |
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(inout) | ap ) |
◆ la_dspr()
◆ la_qspr()
◆ la_sspr()
◆ sspr()
pure subroutine la_blas::spr::sspr |
( |
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(inout) | ap ) |
The documentation for this interface was generated from the following file: