tensoren 0.1.0

Traits for multidimensional arrays.
Documentation
1
2
3
pub trait Tensor<const R: usize> {
  fn shape(&self) -> [usize; R];
}