Loading [MathJax]/extensions/tex2jax.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::spr Interface Reference

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...

Public Member Functions

pure subroutine cspr (uplo, n, alpha, x, incx, ap)
 
 la_cspr
 
 la_wspr
 
pure subroutine zspr (uplo, n, alpha, x, incx, ap)
 
 la_zspr
 

Detailed Description

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.

Member Function/Subroutine Documentation

◆ 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_lapack::spr::la_cspr

◆ la_wspr()

la_lapack::spr::la_wspr

◆ la_zspr()

la_lapack::spr::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: