An open API service indexing awesome lists of open source software.

https://github.com/pinecrew/linal

linear algebra library for Rust
https://github.com/pinecrew/linal

crate library linear-algebra-library no-dependencies rust rust-lang rust-library vector2d vector3d

Last synced: 7 months ago
JSON representation

linear algebra library for Rust

Awesome Lists containing this project

README

        

# linal

![Rust](https://github.com/pinecrew/linal/workflows/Rust/badge.svg)
[![linal at crates.io](https://img.shields.io/crates/v/linal.svg)](https://crates.io/linal)

| [Documentation](https://docs.rs/linal) | [Examples](./examples) |

linear algebra library for Rust

### Usage
Add `linal` to your `Cargo.toml`, for example:
```toml
[dependencies]
linal = "0.2"
```

Or use the latest version from this repo:
```toml
[dependencies]
linal = { git = "https://github.com/pinecrew/linal" }
```