stdlib_stpsv Interface

interface
public pure module subroutine stdlib_stpsv(uplo, trans, diag, n, ap, x, incx)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
character(len=1), intent(in) :: trans
character(len=1), intent(in) :: diag
integer(kind=ilp), intent(in) :: n
real(kind=sp), intent(in) :: ap(*)
real(kind=sp), intent(inout) :: x(*)
integer(kind=ilp), intent(in) :: incx