package spurs

  1. Overview
  2. Docs
A lightweight native sparse matrix library

Install

Dune Dependency

Authors

Maintainers

Sources

spurs-0.1.1.tbz
sha256=c59be7af57a6902941cfa3d446fb83e4cb58876fc7208008d1ae38a1d4e189cc
sha512=86bd6e099ac1441e4fecd2ce59fdc878d437dc0f7f4d2bd21a08fac675a99355b745a009d1040104ef106220ede8aa10f71e7ca85c982d2ddc7bc5e76aa69166

doc/CHANGES.html

v0.1.1 Matrix/Vector multiplication and addition

New functionalty:
  • Added new functions in ops.ml:

    • add_v
    • dot_v
    • mult
    • add
  • Added new functions in csmat.ml:

    • append
    • expand
  • Added new functions in csvec.ml:

    • of_dense
    • scale
Other Changes:
New Property-based testing suite

Several of the new and existing functions are now extensively tested with property-based tests in QCheck2. These have found bugs in the existing functions which are now fixed.

v0.1.0 Initial commit

OCaml

Innovation. Community. Security.