A tensor library for Rust
Go to file
Julius Koskela 35d94d5149
🔧 Update gitignore (#18)
Reviewed-on: #18
Co-authored-by: Julius Koskela <julius.koskela@unikie.com>
Co-committed-by: Julius Koskela <julius.koskela@unikie.com>
2024-01-06 00:14:25 +00:00
benches 🚀 Finish basic types and refactor (#17) 2024-01-06 00:11:30 +00:00
src 🚀 Finish basic types and refactor (#17) 2024-01-06 00:11:30 +00:00
tests 🚀 Finish basic types and refactor (#17) 2024-01-06 00:11:30 +00:00
.gitignore 🔧 Update gitignore (#18) 2024-01-06 00:14:25 +00:00
Cargo.lock 🚀 Finish basic types and refactor (#17) 2024-01-06 00:11:30 +00:00
Cargo.toml 🚀 Finish basic types and refactor (#17) 2024-01-06 00:11:30 +00: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.