stdlib_strttp Interface

interface
public pure module subroutine stdlib_strttp(uplo, n, a, lda, ap, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: uplo
integer(kind=ilp), intent(in) :: n
real(kind=sp), intent(in) :: a(lda,*)
integer(kind=ilp), intent(in) :: lda
real(kind=sp), intent(out) :: ap(*)
integer(kind=ilp), intent(out) :: info