Skip to content

Commit 7656583

Browse files
committed
changed formatting in the RELTOL description WE recomment RELTOL to be ... and for complex case added a factor of 10 as min( 10*max(M,N)*EPS, sqrt(EPS) ) <= RELTOL
1 parent e3b58c4 commit 7656583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SRC/dgeqp3rk.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
*> modified, and the matrix A is itself the residual.
273273
*>
274274
*> NOTE: We recommend that RELTOL satisfy
275-
*> min(max(M,N)*EPS, sqrt(EPS)) <= RELTOL
275+
*> min( max(M,N)*EPS, sqrt(EPS) ) <= RELTOL
276276
*> \endverbatim
277277
*>
278278
*> \param[in,out] A

SRC/zgeqp3rk.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
*> modified, and the matrix A is itself the residual.
274274
*>
275275
*> NOTE: We recommend that RELTOL satisfy
276-
*> min(max(M,N)*EPS, sqrt(EPS)) <= RELTOL
276+
*> min( 10*max(M,N)*EPS, sqrt(EPS) ) <= RELTOL
277277
*> \endverbatim
278278
*>
279279
*> \param[in,out] A

0 commit comments

Comments
 (0)