matrix42 0.1.0

A linear algebra library developed as a project in the 42 ecosystem.
Documentation
  • Coverage
  • 0%
    0 out of 45 items documented0 out of 34 items with examples
  • Size
  • Source code size: 45.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.34 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • LaiAnTan/42KL-matrix
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • LaiAnTan

42KL-matrix

A linear algebra module written in Rust.

Note: This module is not meant to be performant, and are just an exercise to discover linear algebra & the algorithms computers use to perform linear algebra calculations.

Dependencies

All dependencies listed here.

  • approx: for floating point approx assertion macros (relative_eq!)
  • num: for generic number trait bounds (Float),generic MulAdd trait, complex number type support