|
fortran-lapack
|
TPSV: solves one of the systems of equations A*x = b, or A**T*x = b, or A**H*x = b, where b and x are n element vectors and A is an n by n unit, or non-unit, upper or lower triangular matrix, supplied in packed form. No test for singularity or near-singularity is included in this routine. Such tests must be performed before calling this routine. More...
Public Member Functions | |
| pure subroutine | ctpsv (uplo, trans, diag, n, ap, x, incx) |
| la_ctpsv | |
| pure subroutine | dtpsv (uplo, trans, diag, n, ap, x, incx) |
| la_dtpsv | |
| la_qtpsv | |
| pure subroutine | stpsv (uplo, trans, diag, n, ap, x, incx) |
| la_stpsv | |
| la_wtpsv | |
| pure subroutine | ztpsv (uplo, trans, diag, n, ap, x, incx) |
| la_ztpsv | |
TPSV: solves one of the systems of equations A*x = b, or A**T*x = b, or A**H*x = b, where b and x are n element vectors and A is an n by n unit, or non-unit, upper or lower triangular matrix, supplied in packed form. No test for singularity or near-singularity is included in this routine. Such tests must be performed before calling this routine.
| pure subroutine la_blas::tpsv::ctpsv | ( | 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::tpsv::dtpsv | ( | 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::tpsv::la_ctpsv |
| la_blas::tpsv::la_dtpsv |
| la_blas::tpsv::la_qtpsv |
| la_blas::tpsv::la_stpsv |
| la_blas::tpsv::la_wtpsv |
| la_blas::tpsv::la_ztpsv |
| pure subroutine la_blas::tpsv::stpsv | ( | 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::tpsv::ztpsv | ( | 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 ) |
