A tensor library for Rust
Go to file
Julius Koskela 08d72af38c
have shape as_array return a reference
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-04 13:34:48 +02:00
.vscode 🔧 General Plumming (#1) 2024-01-02 19:20:10 +00:00
benches Introduce benchmarks using Criterion 2024-01-04 13:34:21 +02:00
src have shape as_array return a reference 2024-01-04 13:34:48 +02:00
.gitignore 🚀 WIP implementation of N-rank Tensor 2023-12-26 01:47:13 +02:00
Cargo.lock Introduce benchmarks using Criterion 2024-01-04 13:34:21 +02:00
Cargo.toml Introduce benchmarks using Criterion 2024-01-04 13:34:21 +02:00
LICENSE 🚀 WIP implementation of N-rank Tensor 2023-12-26 01:47:13 +02:00
README.md 🚀 Implement Tensor-type and basic methods (#15) 2024-01-03 21:52:53 +00:00
rust-toolchain.toml 🚀 WIP implementation of N-rank Tensor 2023-12-26 01:47:13 +02:00
rustfmt.toml 🚀 Implement Tensor-type and basic methods (#15) 2024-01-03 21:52:53 +00:00

Manifold

A tensor implementation in Rust.