TPMV: performs one of the matrix-vector operations x := A*x, or x := A**T*x, or x := A**H*x, where x is an n element vector and A is an n by n unit, or non-unit, upper or lower triangular matrix, supplied in packed form.
More...
|
pure subroutine | ctpmv (uplo, trans, diag, n, ap, x, incx) |
|
| la_ctpmv |
|
pure subroutine | dtpmv (uplo, trans, diag, n, ap, x, incx) |
|
| la_dtpmv |
|
| la_qtpmv |
|
pure subroutine | stpmv (uplo, trans, diag, n, ap, x, incx) |
|
| la_stpmv |
|
| la_wtpmv |
|
pure subroutine | ztpmv (uplo, trans, diag, n, ap, x, incx) |
|
| la_ztpmv |
|
TPMV: performs one of the matrix-vector operations x := A*x, or x := A**T*x, or x := A**H*x, where x is an n element vector and A is an n by n unit, or non-unit, upper or lower triangular matrix, supplied in packed form.
◆ ctpmv()
pure subroutine la_blas::tpmv::ctpmv |
( |
character, intent(in) |
uplo, |
|
|
character, intent(in) |
trans, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(*), intent(in) |
ap, |
|
|
complex(sp), dimension(*), intent(inout) |
x, |
|
|
integer(ilp), intent(in) |
incx |
|
) |
| |
◆ dtpmv()
pure subroutine la_blas::tpmv::dtpmv |
( |
character, intent(in) |
uplo, |
|
|
character, intent(in) |
trans, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(*), intent(in) |
ap, |
|
|
real(dp), dimension(*), intent(inout) |
x, |
|
|
integer(ilp), intent(in) |
incx |
|
) |
| |
◆ la_ctpmv()
◆ la_dtpmv()
◆ la_qtpmv()
◆ la_stpmv()
◆ la_wtpmv()
◆ la_ztpmv()
◆ stpmv()
pure subroutine la_blas::tpmv::stpmv |
( |
character, intent(in) |
uplo, |
|
|
character, intent(in) |
trans, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(*), intent(in) |
ap, |
|
|
real(sp), dimension(*), intent(inout) |
x, |
|
|
integer(ilp), intent(in) |
incx |
|
) |
| |
◆ ztpmv()
pure subroutine la_blas::tpmv::ztpmv |
( |
character, intent(in) |
uplo, |
|
|
character, intent(in) |
trans, |
|
|
character, intent(in) |
diag, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(*), intent(in) |
ap, |
|
|
complex(dp), dimension(*), intent(inout) |
x, |
|
|
integer(ilp), intent(in) |
incx |
|
) |
| |
The documentation for this interface was generated from the following file: