stdlib_ssyconvf Interface

interface
public pure module subroutine stdlib_ssyconvf(uplo, way, n, a, lda, e, ipiv, info)

Arguments

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