113 REAL AYB( n, nrhs ), BERR( nrhs )
137 safe1 = slamch(
'Safe minimum' )
143 IF (ayb(i,j) .NE. 0.0)
THEN
144 tmp = (safe1+abs(res(i,j)))/ayb(i,j)
145 berr(j) = max( berr(j), tmp )
real function slamch(CMACH)
SLAMCH
subroutine sla_lin_berr(N, NZ, NRHS, RES, AYB, BERR)
SLA_LIN_BERR computes a component-wise relative backward error.