fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::symv Interface Reference

SYMV: performs the matrix-vector operation y := alpha*A*x + beta*y, where alpha and beta are scalars, x and y are n element vectors and A is an n by n symmetric matrix. More...

Public Member Functions

pure subroutine csymv (uplo, n, alpha, a, lda, x, incx, beta, y, incy)
 
 la_csymv
 
 la_wsymv
 
pure subroutine zsymv (uplo, n, alpha, a, lda, x, incx, beta, y, incy)
 
 la_zsymv
 

Detailed Description

SYMV: performs the matrix-vector operation y := alpha*A*x + beta*y, where alpha and beta are scalars, x and y are n element vectors and A is an n by n symmetric matrix.

Member Function/Subroutine Documentation

◆ csymv()

pure subroutine la_lapack::symv::csymv ( character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(sp), intent(in) alpha,
complex(sp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
complex(sp), dimension(*), intent(in) x,
integer(ilp), intent(in) incx,
complex(sp), intent(in) beta,
complex(sp), dimension(*), intent(inout) y,
integer(ilp), intent(in) incy )

◆ la_csymv()

la_lapack::symv::la_csymv

◆ la_wsymv()

la_lapack::symv::la_wsymv

◆ la_zsymv()

la_lapack::symv::la_zsymv

◆ zsymv()

pure subroutine la_lapack::symv::zsymv ( character, intent(in) uplo,
integer(ilp), intent(in) n,
complex(dp), intent(in) alpha,
complex(dp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
complex(dp), dimension(*), intent(in) x,
integer(ilp), intent(in) incx,
complex(dp), intent(in) beta,
complex(dp), dimension(*), intent(inout) y,
integer(ilp), intent(in) incy )

The documentation for this interface was generated from the following file: