Skip to content

pinecrew/linal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linal

Rust linal at crates.io

| Documentation | Examples |

linear algebra library for Rust

Usage

Add linal to your Cargo.toml, for example:

[dependencies]
linal = "0.2"

Or use the latest version from this repo:

[dependencies]
linal = { git = "https://github.com/pinecrew/linal" }