Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1), | intent(in) | :: | fact | |||
character(len=1), | intent(in) | :: | uplo | |||
integer(kind=ilp), | intent(in) | :: | n | |||
integer(kind=ilp), | intent(in) | :: | nrhs | |||
complex(kind=dp), | intent(inout) | :: | a(lda,*) | |||
integer(kind=ilp), | intent(in) | :: | lda | |||
complex(kind=dp), | intent(inout) | :: | af(ldaf,*) | |||
integer(kind=ilp), | intent(in) | :: | ldaf | |||
character(len=1), | intent(inout) | :: | equed | |||
real(kind=dp), | intent(inout) | :: | s(*) | |||
complex(kind=dp), | intent(inout) | :: | b(ldb,*) | |||
integer(kind=ilp), | intent(in) | :: | ldb | |||
complex(kind=dp), | intent(out) | :: | x(ldx,*) | |||
integer(kind=ilp), | intent(in) | :: | ldx | |||
real(kind=dp), | intent(out) | :: | rcond | |||
real(kind=dp), | intent(out) | :: | ferr(*) | |||
real(kind=dp), | intent(out) | :: | berr(*) | |||
complex(kind=dp), | intent(out) | :: | work(*) | |||
real(kind=dp), | intent(out) | :: | rwork(*) | |||
integer(kind=ilp), | intent(out) | :: | info |