numeric 0.1.4

N-dimensional matrix class for Rust
Documentation
1
2
3
4
5
use tensor::{Tensor, AxisIndex};
use std::vec::Vec;
use num::traits::Num;