stdlib_dsptrf Interface

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

Arguments

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