Commit 2de8b9b8 authored by fotopoulou's avatar fotopoulou
Browse files

revert constant SVD_ZERO_FLUSH_THRESHOLD under define...

revert constant SVD_ZERO_FLUSH_THRESHOLD under define NONBE_FIX_1069_SVD_TUNING to be inline with float code - tuning introduced enormous increase of complexity
parent a61a71ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
#define SVD_MINIMUM_VALUE        1e-32f   /* minimum value                                                   */
#define CONVERGENCE_FACTOR       1.0e-04f /* factor for SVD convergence                                      */
#define SVD_MAX_NUM_ITERATION    75       /* maximum number of interations before exiting the SVD            */
#define SVD_ZERO_FLUSH_THRESHOLD 0.0f
#define SVD_ZERO_FLUSH_THRESHOLD 1.0e-20f
#else
#define SVD_MINIMUM_VALUE        1e-32f          /* minimum value                                                   */
#define CONVERGENCE_FACTOR       1.19209290e-07f /* factor for SVD convergence                                      */