File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828* >
2929* > CQRT17 computes the ratio
3030* >
31- * > || R**H * op(A) ||/(||A|| *alpha*max(M,N,NRHS)*eps)
31+ * > norm( R**H * op(A))/(norm(A) *alpha*max(M,N,NRHS)*eps),
3232* >
3333* > where R = op(A)*X - B, op(A) is A or A**H, and
3434* >
35- * > alpha = ||B|| if IRESID = 1 (zero-residual problem)
36- * > alpha = ||R|| if IRESID = 2 (otherwise).
35+ * > alpha = norm(B) if IRESID = 1 (zero-residual problem)
36+ * > alpha = norm(R) if IRESID = 2 (otherwise).
3737* > \endverbatim
3838*
3939* Arguments:
Original file line number Diff line number Diff line change 2828* >
2929* > DQRT17 computes the ratio
3030* >
31- * > || R**T * op(A) ||/(||A|| *alpha*max(M,N,NRHS)*eps)
31+ * > norm( R**T * op(A))/(norm(A) *alpha*max(M,N,NRHS)*eps),
3232* >
3333* > where R = op(A)*X - B, op(A) is A or A**T, and
3434* >
35- * > alpha = ||B|| if IRESID = 1 (zero-residual problem)
36- * > alpha = ||R|| if IRESID = 2 (otherwise).
35+ * > alpha = norm(B) if IRESID = 1 (zero-residual problem)
36+ * > alpha = norm(R) if IRESID = 2 (otherwise).
3737* > \endverbatim
3838*
3939* Arguments:
Original file line number Diff line number Diff line change 2828* >
2929* > SQRT17 computes the ratio
3030* >
31- * > || R**T * op(A) ||/(||A|| *alpha*max(M,N,NRHS)*eps)
31+ * > norm( R**T * op(A))/(norm(A) *alpha*max(M,N,NRHS)*eps),
3232* >
3333* > where R = op(A)*X - B, op(A) is A or A**T, and
3434* >
35- * > alpha = ||B|| if IRESID = 1 (zero-residual problem)
36- * > alpha = ||R|| if IRESID = 2 (otherwise).
35+ * > alpha = norm(B) if IRESID = 1 (zero-residual problem)
36+ * > alpha = norm(R) if IRESID = 2 (otherwise).
3737* > \endverbatim
3838*
3939* Arguments:
Original file line number Diff line number Diff line change 2828* >
2929* > ZQRT17 computes the ratio
3030* >
31- * > || R**H * op(A) ||/(||A|| *alpha*max(M,N,NRHS)*eps)
31+ * > norm( R**H * op(A))/(norm(A) *alpha*max(M,N,NRHS)*eps),
3232* >
3333* > where R = op(A)*X - B, op(A) is A or A**H, and
3434* >
35- * > alpha = ||B|| if IRESID = 1 (zero-residual problem)
36- * > alpha = ||R|| if IRESID = 2 (otherwise).
35+ * > alpha = norm(B) if IRESID = 1 (zero-residual problem)
36+ * > alpha = norm(R) if IRESID = 2 (otherwise).
3737* > \endverbatim
3838*
3939* Arguments:
You can’t perform that action at this time.
0 commit comments