generic-matrix 0.0.4

Manipulations and data types that represent 2d matrix.
Documentation

general-matrix-rs Build Status

Manipulations and data types that represent 2d matrix.

Documentation

How to use?

Add this to your Cargo.toml:

[dependencies]
generic-matrix = "*"

and this to your crate root:

extern crate "generic-matrix" as matrix;