|
fortran-lapack
|
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...
Public Member Functions | |
| 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.
| 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 ) |

| 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_blas::tpmv::la_ctpmv |
| la_blas::tpmv::la_dtpmv |
| la_blas::tpmv::la_qtpmv |
| la_blas::tpmv::la_stpmv |
| la_blas::tpmv::la_wtpmv |
| la_blas::tpmv::la_ztpmv |
| 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 ) |

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