Loading [MathJax]/jax/output/HTML-CSS/config.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::syr Interface Reference

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

Public Member Functions

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
 

Detailed Description

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.

Member Function/Subroutine Documentation

◆ 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_lapack::syr::la_csyr

◆ la_wsyr()

la_lapack::syr::la_wsyr

◆ la_zsyr()

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