SciRuby / integration

Integration methods, based on original work by Beng
9 stars 1 forks source link

Use gsl-nmatrix instead of GSL #1

Open agarie opened 9 years ago

agarie commented 9 years ago

More generally, use NMatrix instead of NArray.

agarie commented 9 years ago

To be honest, it'd be great if we didn't need GSL at all. For example, if we had the integration algorithms in C instead of in pure Ruby. Of course, this assumes that "implementing in C" will actually be faster; some benchmarks are needed.