linal 0.2.5

tiny linear algebra library without dependencies
Documentation
  • Coverage
  • 100%
    31 out of 31 items documented21 out of 23 items with examples
  • Size
  • Source code size: 26.15 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.87 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • pinecrew/linal
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • FreeCX citrux

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" }