Loading [MathJax]/extensions/tex2jax.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::ptsv Interface Reference

PTSV: computes the solution to a complex system of linear equations A*X = B, where A is an N-by-N Hermitian positive definite tridiagonal matrix, and X and B are N-by-NRHS matrices. A is factored as A = L*D*L**H, and the factored form of A is then used to solve the system of equations. More...

Public Member Functions

pure subroutine cptsv (n, nrhs, d, e, b, ldb, info)
 
 la_cptsv
 
pure subroutine dptsv (n, nrhs, d, e, b, ldb, info)
 
 la_dptsv
 
 la_qptsv
 
pure subroutine sptsv (n, nrhs, d, e, b, ldb, info)
 
 la_sptsv
 
 la_wptsv
 
pure subroutine zptsv (n, nrhs, d, e, b, ldb, info)
 
 la_zptsv
 

Detailed Description

PTSV: computes the solution to a complex system of linear equations A*X = B, where A is an N-by-N Hermitian positive definite tridiagonal matrix, and X and B are N-by-NRHS matrices. A is factored as A = L*D*L**H, and the factored form of A is then used to solve the system of equations.

Member Function/Subroutine Documentation

◆ cptsv()

pure subroutine la_lapack::ptsv::cptsv ( integer(ilp), intent(in) n,
integer(ilp), intent(in) nrhs,
real(sp), dimension(*), intent(inout) d,
complex(sp), dimension(*), intent(inout) e,
complex(sp), dimension(ldb,*), intent(inout) b,
integer(ilp), intent(in) ldb,
integer(ilp), intent(out) info )

◆ dptsv()

pure subroutine la_lapack::ptsv::dptsv ( integer(ilp), intent(in) n,
integer(ilp), intent(in) nrhs,
real(dp), dimension(*), intent(inout) d,
real(dp), dimension(*), intent(inout) e,
real(dp), dimension(ldb,*), intent(inout) b,
integer(ilp), intent(in) ldb,
integer(ilp), intent(out) info )

◆ la_cptsv()

la_lapack::ptsv::la_cptsv

◆ la_dptsv()

la_lapack::ptsv::la_dptsv

◆ la_qptsv()

la_lapack::ptsv::la_qptsv

◆ la_sptsv()

la_lapack::ptsv::la_sptsv

◆ la_wptsv()

la_lapack::ptsv::la_wptsv

◆ la_zptsv()

la_lapack::ptsv::la_zptsv

◆ sptsv()

pure subroutine la_lapack::ptsv::sptsv ( integer(ilp), intent(in) n,
integer(ilp), intent(in) nrhs,
real(sp), dimension(*), intent(inout) d,
real(sp), dimension(*), intent(inout) e,
real(sp), dimension(ldb,*), intent(inout) b,
integer(ilp), intent(in) ldb,
integer(ilp), intent(out) info )

◆ zptsv()

pure subroutine la_lapack::ptsv::zptsv ( integer(ilp), intent(in) n,
integer(ilp), intent(in) nrhs,
real(dp), dimension(*), intent(inout) d,
complex(dp), dimension(*), intent(inout) e,
complex(dp), dimension(ldb,*), intent(inout) b,
integer(ilp), intent(in) ldb,
integer(ilp), intent(out) info )

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