DEV Community

Cover image for matrico - Numerical Linear Algebra with CHICKEN Scheme
Christian Himpe
Christian Himpe

Posted on

2 1

matrico - Numerical Linear Algebra with CHICKEN Scheme

  • Scheme: Minimalist dialect of the Lisp programming language, which is based on singly linked-lists in parenthesized S-expressions syntax.
  • CHICKEN: A free, simple, portable, extensible, well documented, and actively supported Scheme implementation (R5RS).
  • Linear Algebra: Computations involving systems of linear equations and linear mappings, specifically in matrix representation.
  • Numerical: Algorithms using finite precision numbers, here double-precision floating-point numbers (flonums).
  • matrico: A flonum matrix module for CHICKEN Scheme with:

Now in version 0.3.

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay