haskell-numerics / hmatrix

Linear algebra and numerical computation
381 stars 104 forks source link

Numeric.GSL.Root.uniRoot Bisection prints debug stuff #337

Closed Hume2 closed 4 years ago

Hume2 commented 4 years ago

Each time I call Numeric.GSL.Root.uniRoot Bisection, it prints a number (number of iterations required, I guess) into the console. I didn't ask for such debug info. When I call this function multiple times, it can flood my console properly.