densearray

Crates.iodensearray
lib.rsdensearray
version0.1.1
sourcesrc
created_at2016-11-08 17:22:43.912455
updated_at2016-11-14 22:34:21.677779
descriptionN-dimensional dense arrays.
homepage
repositoryhttps://github.com/peterhj/libdensearray
max_upload_size
id7186
size38,358
Peter Jin (peterhj)

documentation

README

libdensearray

This is a Rust library for N-dimensional dense arrays.

Currently, there are specialized types for N=1 through 4, and linear algebra methods are defined for N=1 (vectors) and N=2 (matrices).

Commit count: 54

cargo fmt