stdlib_zla_lin_berr Interface

interface
public pure module subroutine stdlib_zla_lin_berr(n, nz, nrhs, res, ayb, berr)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: n
integer(kind=ilp), intent(in) :: nz
integer(kind=ilp), intent(in) :: nrhs
complex(kind=dp), intent(in) :: res(n,nrhs)
real(kind=dp), intent(in) :: ayb(n,nrhs)
real(kind=dp), intent(out) :: berr(nrhs)