linear_algebra_ws 0.1.1

An open-source Rust library for linear algebra operations, designed with privacy and transparency.
[[bin]]
name = "linear_algebra_ws"
path = "src/main.rs"

[dependencies]

[package]
authors = ["Willy Sajbeni <willy@sajbeni.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics", "algorithms"]
description = "An open-source Rust library for linear algebra operations, designed with privacy and transparency."
documentation = "https://docs.rs/linear_algebra_ws"
edition = "2021"
homepage = "https://www.sajbeni.com"
keywords = ["linear-algebra", "rust", "open-source", "machine-learning", "hft"]
license = "MIT"
name = "linear_algebra_ws"
readme = "README.md"
repository = "https://github.com/willySajbeni/linear_algebra_ws"
version = "0.1.1"