redstone-ml 0.0.0

High-performance Machine Learning, Auto-Differentiation and Tensor Algebra crate for Rust
Documentation
1
2
3
4
5
6
7
8
9
//! # Linear & Matrix Algebra for Tensors and NdArrays
//!
pub mod sum_of_products;
pub mod specialized_einsum;

pub mod einsum;
pub use einsum::*;

pub mod matrix_ops;