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

nightly bin+lib rmatrix_ks

矩阵和 Rust 中的某些代数

7 个版本

0.3.7 2024 年 8 月 5 日
0.3.6 2024 年 8 月 5 日
0.2.1 2023 年 12 月 1 日
0.2.0 2023 年 11 月 13 日

数学 中排名 309

Download history 7/week @ 2024-07-04 744/week @ 2024-08-01

每月下载量 744

AGPL-3.0-or-later

86KB
1.5K SLoC

RMatrix

github crates-io docs-rs

矩阵和 Rust 中的某些代数

只是一个玩具

待办:特征值 & 线性求解


lib.rs:

github crates-io docs-rs

警告

使用不稳定特性

  • generic_const_exprs

描述

此库用于矩阵计算,仅供学习和自用。

有一些可选特性

  • rand_mat:随机生成矩阵
  • serde_mat:使用特定文件格式读取矩阵的能力
  • rayon_mat:使用 rayon 迭代器而不是 std::iter

默认情况下,启用了 rand_mat 特性。

依赖关系

~0–640KB
~13K SLoC