fortran-lapack
Loading...
Searching...
No Matches
la_blas::gbmv Interface Reference

GBMV: performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A**T*x + beta*y, or y := alpha*A**H*x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n band matrix, with kl sub-diagonals and ku super-diagonals. More...

Public Member Functions

 la_cgbmv
 
 la_dgbmv
 
 la_qgbmv
 
 la_sgbmv
 
 la_wgbmv
 
 la_zgbmv
 

Detailed Description

GBMV: performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A**T*x + beta*y, or y := alpha*A**H*x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n band matrix, with kl sub-diagonals and ku super-diagonals.

Member Function/Subroutine Documentation

◆ la_cgbmv()

la_blas::gbmv::la_cgbmv

◆ la_dgbmv()

la_blas::gbmv::la_dgbmv

◆ la_qgbmv()

la_blas::gbmv::la_qgbmv

◆ la_sgbmv()

la_blas::gbmv::la_sgbmv

◆ la_wgbmv()

la_blas::gbmv::la_wgbmv

◆ la_zgbmv()

la_blas::gbmv::la_zgbmv

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