Scroll to navigation

SLA_LIN_BERR(1) LAPACK routine (version 3.2) SLA_LIN_BERR(1)

NAME

SLA_LIN_BERR - SLA_LIN_BERR compute component-wise relative backward error from the formula max(i) ( abs(R(i)) / ( abs(op(A_s))*abs(Y) + abs(B_s) )(i) ) where abs(Z) is the component-wise absolute value of the matrix or vector Z

SYNOPSIS

( N, NZ, NRHS, RES, AYB, BERR )

IMPLICIT NONE INTEGER N, NZ, NRHS REAL AYB( N, NRHS ), BERR( NRHS ) REAL RES( N, NRHS )

PURPOSE


SLA_LIN_BERR computes component-wise relative backward error from
the formula
max(i) ( abs(R(i)) / ( abs(op(A_s))*abs(Y) + abs(B_s) )(i) )
where abs(Z) is the component-wise absolute value of the matrix
or vector Z.

November 2008 LAPACK routine (version 3.2)