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:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user