-
Notifications
You must be signed in to change notification settings - Fork 3
Proposal Summary
thisMagpie edited this page May 15, 2014
·
2 revisions
In order to give SciRuby the capability to handle signal analysis, processing and synthesis via the NMatrix gem or otherwise it has been determined that implementing the FFTW3 API in ruby makes it possible to perform operations on NMatrix objects.
Since existing gem called ruby-ffw3 already exists but only works with narray object a fork of this repository needs to be made compatible with NMatrix instead which is what this repository is all about.
##The FFTW3 API
The FFLAS-FFPACK library provides functionalities for dense linear algebra over word size prime finite field.
This subpackage contains the include files and FFTW3 library links for developing against the fflas-ffpack library.