sdwfrost / liblsoda

The LSODA algorithm for differential equations as a shared library
MIT License
32 stars 16 forks source link

Add tests #5

Open sdwfrost opened 8 years ago

sdwfrost commented 8 years ago

Better/more tests need to be added:

  1. Against models for which the answer is known.
  2. Against the original LSODA.
  3. Multithreading test.