tblite
Light-weight tight-binding framework
Loading...
Searching...
No Matches
Public Member Functions
tblite_blas_level2::wrap_symv Interface Reference

Performs the matrix-vector operation. More...

Public Member Functions

pure subroutine wrap_ssymv (amat, xvec, yvec, uplo, alpha, beta)
 
pure subroutine wrap_dsymv (amat, xvec, yvec, uplo, alpha, beta)
 

Detailed Description

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.


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