stdlib_spptri Interface

interface
public pure module subroutine stdlib_spptri(uplo, n, ap, info)

Arguments

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