chela 0.0.2

High-performance Machine Learning, Auto-Differentiation and Tensor Algebra crate for Rust
Documentation
1
2
3
4
5
6
7
mod sum_of_products;
mod specialized_einsum;

pub mod einsum;
pub use einsum::*;

pub mod matrix_ops;