1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#![feature(try_from)]

// #[macro_use]
// pub mod functional;

#[macro_use]
pub mod index;

#[macro_use]
pub mod tensor;

#[macro_use]
pub mod dot;

#[cfg(test)]
mod tests {}