stdlib_sgtts2 Interface

interface
public pure module subroutine stdlib_sgtts2(itrans, n, nrhs, dl, d, du, du2, ipiv, b, ldb)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: itrans
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: nrhs
real(kind=sp), intent(in) :: dl(*)
real(kind=sp), intent(in) :: d(*)
real(kind=sp), intent(in) :: du(*)
real(kind=sp), intent(in) :: du2(*)
integer(kind=ilp), intent(in) :: ipiv(*)
real(kind=sp), intent(inout) :: b(ldb,*)
integer(kind=ilp), intent(in) :: ldb