haskell-numerics / hmatrix

Linear algebra and numerical computation
381 stars 104 forks source link

Unit tests for interpolation and simulated annealing modules #140

Closed peddie closed 9 years ago

peddie commented 9 years ago

This patch adds unit tests for Numeric.GSL.Interpolation and Numeric.GSL.SimulatedAnnealing to the test package. I apologize for not adding them concurrently with the modules, and I'll be sure to add tests along with new features in the future. The interpolation unit tests will fail until my interpfix branch is merged.

albertoruiz commented 9 years ago

Thanks for your contribution!