This repository was archived by the owner on Nov 18, 2023. It is now read-only.

Description
I think the library would benefit from using Unboxed vectors (this and that ) instead the boxed versions.
Runtime performance would be enhanced because less memory will be required (one word less by matrix element) and many operations will be faster (because the CPU caches will be used more efficiently, as a continuous block of memory will contain more relevant information than before).