#matrix #algebra #computation #read #self #file

nightly bin+lib rmatrix_ks

matrix and some algebra in Rust

12 releases

0.4.1 Sep 9, 2024
0.4.0 Aug 28, 2024
0.3.7 Aug 5, 2024
0.2.1 Dec 1, 2023
0.2.0 Nov 13, 2023

#389 in Math

AGPL-3.0-or-later

92KB
1.5K SLoC

RMatrix

github crates-io docs-rs

matrix and some algebra in Rust

just a toy

todo: eigen_values & eigen_system & linear_solve


lib.rs:

github crates-io docs-rs

Warning

used unstable features

  • doc_cfg

Description

This library is for matrix computation, just for learning and self using.

There are some optional features

  • rand_mat: randomly generated matrices
  • serde_mat: ability to read matrices using a specific file format

By default, rand_mat feature is enabled.

Dependencies

~0–365KB