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

This commit is contained in:
scr2016
2023-11-14 04:42:10 -08:00
parent e3b58c4cda
commit 7656583a53
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -272,7 +272,7 @@
*> modified, and the matrix A is itself the residual.
*>
*> NOTE: We recommend that RELTOL satisfy
*> min(max(M,N)*EPS, sqrt(EPS)) <= RELTOL
*> min( max(M,N)*EPS, sqrt(EPS) ) <= RELTOL
*> \endverbatim
*>
*> \param[in,out] A
+1 -1
View File
@@ -273,7 +273,7 @@
*> modified, and the matrix A is itself the residual.
*>
*> NOTE: We recommend that RELTOL satisfy
*> min(max(M,N)*EPS, sqrt(EPS)) <= RELTOL
*> min( 10*max(M,N)*EPS, sqrt(EPS) ) <= RELTOL
*> \endverbatim
*>
*> \param[in,out] A