- Are you using numerical software packages like: MATLAB, Octave, Scilab, NumPy, R, or Julia?
- Are you interested in scientific computing algorithms, like: Matrix Multiplication, QR decomposition/QR factorzation, or Runge-Kutta Methods?
- And do you enjoy Lisps like: Common Lisp, Scheme, Clojure, or Racket?
Enter matrico
- a numerical Scheme module for, and fully written in, CHICKEN Scheme - which is an educational project on building a matrix-based numerical function library.
If you are already using CHICKEN Scheme, you can install the matrico
egg from the official repository via chicken-install
and read the user reference here:
http://wiki.call-cc.org/eggref/5/matrico
If you are interested in the matrico
Scheme sources, check out the github repository:
And if you want to know the What, Why, and How of matrico
, follow the development blog:
Happy (Numerical) Scheming
Top comments (0)