矩阵

  1. ndarray

    通用元素和数值的n维数组。轻量级数组视图和切片;视图支持分块和分割。

    v0.16.1 698K #array #多维数组 #矩阵 #多维 #blas #高阶
  2. matrixmultiply

    通用矩阵乘法,适用于f32和f64矩阵。对具有通用布局的矩阵进行操作(它们可以使用任意的行和列步长)。在x86上检测并使用AVX或SSE2...

    v0.3.9 1.1M #矩阵乘法 #矩阵 #行-列 #dgemm #sgemm
  3. smawk

    寻找全单调矩阵中的行最小值的函数

    v0.3.2 1.1M #矩阵 #动态规划 #线性时间 #优化 #行断点
  4. nalgebra

    具有转换和静态大小或动态大小的矩阵的通用线性代数库

    v0.33.0 658K #线性代数 #矩阵 #矩阵-向量 #代数 #线性 #向量数学
  5. euclid

    几何原语

    v0.22.10 268K #矩阵-向量 #线性代数 #几何 #向量 #矩阵 #2d-图形 #向量数学
  6. glam

    用于游戏和图形的快速3D数学库

    v0.29.0 283K #向量 #simd-vector #矩阵-向量 #矩阵 #四元数 #游戏开发 #线性代数
  7. sprs

    稀疏矩阵库

    v0.11.1 53K #稀疏矩阵 #线性代数 #矩阵 #稀疏 #矩阵运算 #线性 #代数
  8. ndarray-stats

    为ndarray提供的n维数组数据结构提供的统计例程

    v0.5.1 100K #数组 #多维数组 #ndarray #多维 #矩阵 #统计分析 #统计
  9. ndarray-linalg

    使用LAPACK的rust-ndarray线性代数包

    v0.16.0 20K #矩阵 #lapack #ndarray #open-blas
  10. russell_lab

    线性代数和数值数学的科学实验室

    v1.6.2 200 #matrix-vector #matrix #numerical-computation #linspace #vector
  11. russell_sparse

    大型稀疏线性系统求解器(封装了MUMPS和UMFPACK)

    v1.6.2 140 #sparse-matrix #matrix #linear-solver #sparse #solver #finite-element
  12. vodozemac

    Olm和Megolm

    v0.7.0 5.6K #messaging #olm #cryptography #chat #communication-channel #matrix-chat #matrix
  13. lightmotif

    一个轻量级的平台加速库,用于使用位置权重矩阵进行生物基序扫描

    v0.8.0 600 #matrix #motif #bioinformatics #genomics #pssm
  14. faer

    线性代数例程

    v0.19.1 18K #matrix #linear-algebra #math
  15. grid

    动态通用2D数据结构

    v0.14.0 99K #2d-array #2d-vector #array #matrix #data-structures #2d #matrix-vector
  16. ndarray-rand

    随机数组的构造函数。为 ndarray 集成 rand

    v0.15.0 72K #multidimensional-array #ndarray #rand #multidimensional #matrix #random
  17. easy-ml

    一个机器学习库,提供矩阵、命名张量、线性代数和自动微分,旨在易于使用

    v2.0.0-dev.0 200 #matrix #tensor #machine-learning #linear-algebra #automatic-differentiation #linear-regression #back-end
  18. maths-rs

    一个用于游戏开发和图形的线性代数库

    v0.2.6 370 #linear-algebra #vector-math #quaternions #graphics #math #vector #matrix
  19. cgmath

    一个用于计算机图形的线性代数和数学库

    v0.18.0 55K #vector-math #matrix-vector #vector #matrix #math #quaternions #gamedev
  20. lstsq

    返回线性矩阵方程的最小二乘解

    v0.6.0 4.6K #linear-algebra #matrix #squares #solution #equation #default #numpy
  21. glamour

    使用glam的强类型线性代数

    v0.11.1 1.3K #vector-math #matrix-vector #linear-algebra #vector #matrix #math #quaternions
  22. rsparse

    使用直接方法求解稀疏线性系统

    v1.0.0 #sparse-matrix #linear-algebra #matrix #sparse #linear #dense-matrix #matrix-operations
  23. discorec

    基于协同过滤的Rust推荐

    v0.2.1 #recommendations #filtering #collaborative #matrix #feedback #implicit #explicit
  24. basic_dsp_interop

    基于时间或频率域中的实或复向量进行数字信号处理的库

    v0.10.2 950 #signal-processing #digital-signal-processing #dsp #interpolation #convolution #matrix #real-time
  25. bevy_math

    为Bevy引擎提供的数学功能

    v0.14.1 85K #bevy #math #game-engine #matrix #vec2 #vector #vec3
  26. nalgebra-glm

    受C++ GLM库启发的nalgebra图形API

    v0.19.0 9.7K #matrix-vector #matrix #linear-algebra #linear #algebra #graphics-api #vector-math
  27. basic_dsp

    基于时间或频率域中的实或复向量进行数字信号处理的库

    v0.10.2 1.8K #signal-processing #digital-signal-processing #vector #dsp #interpolation #matrix #convolution
  28. metis

    METIS序列图分区器和填充减少矩阵排序器的惯用包装器

    v0.2.1 4.3K #graph #mesh #partitioning #matrix #ordering #order #api-bindings
  29. blas-array2

    ndarray::Array (Ix1或Ix2)的可选参数BLAS包装器

    v0.3.0 480 #blas #array #matrix #data-structures
  30. petal-decomposition

    包括PCA(主成分分析)和ICA(独立成分分析)的矩阵分解算法

    v0.7.0 #decomposition #matrix #dimensionality #pca #ica
  31. constgebra

    常量线性代数

    v0.1.4 72K #linear-algebra #matrix-vector #matrix #vector-math #linear #vector #const
  32. kmedoids

    使用FasterPAM算法的k-Medoids聚类

    v0.5.1 #聚类 #矩阵 #优化 #机器学习 #算法
  33. opis

    有理数和矩阵算术

    v5.7.0 #有理数 #数学 #线性回归 #矩阵 #整数 #分数 #精度
  34. matrix-sdk-base

    构建 Matrix 客户端库的基本组件

    v0.7.0 2.0K #消息 #聊天 #ruma #nio #matrix-chat #matrix #集成测试
  35. nalgebra-sparse

    基于 nalgebra 的稀疏矩阵计算

    v0.10.0 12K #稀疏矩阵 #矩阵 #线性代数 #密集矩阵 #矩阵运算 #矩阵向量 #线性
  36. mstickereditor

    从 Telegram 导入表情包,用于 Maunium 表情选择器的 Matrix

    v0.3.6 600 #表情 #消息 #聊天 #表情选择器 #matrix
  37. mas-oidc-client

    Matrix 身份验证服务使用的 OpenID Connect 客户端库

    v0.10.0 1.8K #Open ID #matrix #身份验证 #连接 #客户端 #服务 #oidc
  38. microgemm

    在 Rust 中进行通用矩阵乘法,支持自定义配置。支持 no_std 和 no_alloc 环境

    v0.3.0 140 #矩阵乘法 #矩阵 #线性代数 #no-alloc #gemm #数学
  39. ruma-common

    其他 ruma crate 的通用类型

    v0.13.0 5.3K #ruma #聊天 #消息 #matrix-chat #网络 #matrix
  40. orx-funvec

    统一访问多维向量元素的特性和方法,特别适用于需要通过抽象输入实现灵活性和通过单形化实现性能的算法

    v0.1.4 #闭包 #矩阵 #数组 #向量 #多维 #闭包 #算法
  41. euler

    3D 计算机图形学的数学库

    v0.4.1 2.8K #数学 #矩阵 #四元数 #向量数学 #glsl #向量
  42. phylodm

    高效计算系统发育距离矩阵

    v3.1.0 110 #系统发育 #矩阵 # #距离 #计算 #Python #物种
  43. faer-ext

    faer-rs API 与外部库互操作性接口

    v0.2.0 9.9K #线性代数 #数学 #矩阵
  44. vecmath

    用于重新导出的类型无关的矢量数学库

    v1.0.0 21K #矢量数学 #矩阵 #矢量 #数学 #线性代数 #piston
  45. mas-iana

    JOSE 和 OAuth 2.0 的 IANA 注册数据

    v0.10.0 1.9K #OAuth2 #OAuth #IANA #矩阵 #JOSE #OpenID #提供商
  46. iron_learn

    一个纯 Rust 机器学习库,具有泛型张量和梯度下降优化函数

    v0.4.0 550 #机器学习 #张量 #矩阵 #复数 #iron #learn #下降
  47. toodee

    基于 Vec 的轻量级 2D 包装器

    v0.5.0 190 #2D 数组 #数组 #矩阵 #排序 #矩阵运算 #图像处理 #翻译
  48. matrixable

    扩展类似矩阵结构功能的特性和结构体

    v0.6.0 #矩阵 #特性 #特性结构体 # #矩阵扩展 #元素 #方阵
  49. triangle_matrix

    三角矩阵索引操作

    v0.4.0 450 #三角 #矩阵 #索引
  50. jakkunight-ali

    矩阵计算的 CLI 工具

    v0.0.4 #计算 #矩阵 #CLI 工具 #ali
  51. olm-rs

    libolm 的包装器

    v2.2.0 2.1K #curve25519 #olm #密码学 #megolm #安全包装器 #矩阵
  52. al-jabr

    多维线性代数库

    v0.5.6 180 #线性代数 #矢量 #矩阵-矢量 #矩阵 #线性 #代数 #矢量数学
  53. p3-matrix

    Plonky3 矩阵 API

    v0.2.0 6.7K #矩阵 #plonky3 #API
  54. munum

    微型 3D 数学库

    v0.2.0 #矩阵 #3D #数学 #WASM 组件
  55. faer-cholesky

    基本的线性代数例程

    v0.17.1 1.2K #square-matrix #linear-algebra #matrix #math
  56. faer-evd

    基本的线性代数例程

    v0.17.1 1.0K #linear-algebra #matrix #square-matrix #math
  57. psdm

    从一组或两组比对中计算成对SNP距离矩阵

    v0.3.0 #snp #matrix #pairwise #bioinformatics #fasta
  58. diffsol

    在Rust中求解常微分方程(ODE)

    v0.2.1 420 #differential-equations #equation-solver #ode #matrix #problem #backward #algebraic
  59. faer-svd

    基本的线性代数例程

    v0.17.1 1.0K #linear-algebra #matrix #math #square-matrix
  60. ruma-server-util

    实现矩阵服务器应用程序

    v0.3.0 240 #ruma #chat #messaging #matrix-chat #networking #api-bindings #matrix
  61. xmath

    Rust的Microsoft DirectXMath的移植

    v0.2.9 #linear-algebra #vector-math #math #matrix #matrix-vector #vector #linear
  62. vecmat

    支持min_const_generics的低维向量代数

    v0.7.8 110 #vector #const-generics #matrix #algebra #vector-math #matrix-operations #min-const-generics
  63. matrix-sdk-test

    编写Matrix SDK测试的辅助工具

    v0.7.0 100 #matrix-sdk #messaging #ruma #chat #helper #matrix-chat #matrix
  64. ndim

    Rust中类似NumPy的多维数组

    v0.1.2 300 #array #scientific-computing #n-dimensional #matrix #data-structures #multidimensional-array #operations
  65. faer-qr

    基本的线性代数例程

    v0.17.1 1.1K #linear-algebra #matrix #square-matrix #math
  66. gmm

    视频游戏数学库

    v0.2.2 170 #simd #vector-math #math #vector #matrix #gamedev #vec
  67. mas-tower

    Matrix身份验证服务使用的塔层

    v0.10.0 #matrix #tower-layer #service #authentication #open-id
  68. revier-glam

    针对游戏引擎 Revier 对库 glam-rs 的修改

    v1.1.0 #vector #matrix-vector #simd-vector #matrix #quaternions #game-engine #gamedev
  69. faer-lu

    基本的线性代数例程

    v0.17.1 1.1K #lu-decomposition #square-matrix #matrix #linear-algebra
  70. vectrix

    使用 const generics 实现的栈分配矩阵类型

    v0.3.0 #matrix-vector #linear-algebra #matrix #vector #row-column #math
  71. na

    nalgebra 的包装器,使其在图形向量数学中使用最常用的类型更加容易和简洁

    v0.32.2 #vector-math #graphics #vector-graphics #nalgebra #most #wrapper #matrix
  72. mdarray

    Rust 中的多维数组

    v0.6.0 180 #multidimensional-array #array #multidimensional #matrix
  73. nalgebra-lapack

    使用 nalgebra 矩阵和 Lapack 绑定进行矩阵分解

    v0.25.0 #linear-algebra #lapack #matrix #matrix-vector #algebra #linear #vector
  74. ruma-state-res

    矩阵状态解决的抽象

    v0.11.0 270 #chat #ruma #matrix-chat #api-bindings #networking #matrix
  75. ndarray-ndimage

    用于 ndarray 提供的 n 维数组数据结构的多维图像处理

    v0.4.0 1.4K #image-processing #multidimensional-array #array #ndarray #multidimensional #matrix #image
  76. ndarray-histogram

    多维数组的直方图支持

    v0.3.1 190 #array #multidimensional #statistics #ndarray #matrix
  77. matrixcompare

    方便矩阵比较的工具

    v0.3.0 18K #linear-algebra #matrix #sparse-matrix #dense-matrix #comparison #assertions #linear
  78. vector-victor

    线性代数 crate

    v0.1.2 #linear-algebra #matrix #matrix-vector #graphics #vector
  79. rustmex

    提供方便的 Rust 绑定到 Matlab MEX API

    v0.6.3 #matlab #mex #matrix #ffi #science
  80. matreex

    矩阵实现

    v0.15.2 500 #matrix #why
  81. mas-http

    Matrix认证服务的HTTP工具

    v0.10.0 1.8K #http #layer #service #http-client #matrix #server #utilities
  82. dimensionals

    Rust本地通用、灵活的多维数组

    v0.2.1 #array #matrix-vector #vector #matrix #tensor #math #multidimensional-array
  83. matrix-sdk-qrcode

    在Matrix领域中编码和解码QR码以进行交互验证

    v0.7.1 260 #messaging #chat #ruma #matrix-chat #nio #matrix
  84. rjmatrix

    在终端创建矩阵。使用 c 切换颜色,0-9 改变速度,并使用 q 退出。

    v1.0.3 #matrix #terminal #color #speed #create #cycle #change
  85. faer-sparse

    基本的线性代数例程

    v0.17.1 1.0K #linear-algebra #matrix #sparse-matrix #square-matrix #lu-decomposition
  86. hasty

    系统BLAS库的接口,用于快速线性代数运算

    v0.2.5 #blas #linear-algebra #matrix-vector #matrix #blas-lapack #vector
  87. linear_algebra

    Rust中的基本线性代数运算

    v2.0.0 1.3K #matrix #matrix-vector #vector-math #linear #algebra #operations #matrix-operations
  88. mematrica

    用于处理矩阵的易于使用的库

    v0.2.2 130 #matrix #linear-algebra #matrix-operations #inverse #transpose #search #determinant
  89. uatu

    监控频道的Matrix机器人

    v0.1.14 #bot #watcher #matrix
  90. basic_dsp_matrix

    基于时间或频率域中的实或复向量进行数字信号处理的库

    v0.10.2 #signal-processing #digital-signal-processing #matrix-vector #matrix #matrix-operations #dsp #interpolation
  91. simple_qp

    以符号方式表述二次规划问题

    v0.2.1 340 #quadratic #problem #programming #solver #matrix #qp #linear-programming
  92. algori

    rust算法

    v0.12.0 110 #排序 #矩阵 #数学 #搜索 #搜索算法 #算法
  93. rmatrix_ks

    Rust中的矩阵和一些代数

    v0.3.7 850 #矩阵 #代数 #计算 #读取 #自我 #迭代 #文件
  94. zenu-matrix

    ZeNu的矩阵库

    v0.1.1 #矩阵 #矩阵运算 #线性代数 #随机 #矩阵乘法 #逐元素 #gemm
  95. bebot

    Gitlab webhook bot that publishes events to Matrix

    v0.2.2 #gitlab #webhook #bot #merge-request #matrix #repo
  96. linfa-linalg

    ndarray的线性代数例程的纯Rust实现

    v0.1.0 32K #线性代数 #矩阵 #ndarray #linalg
  97. ratio-dsm

    Ratio的DSM绘图库

    v0.8.1 850 #矩阵 # #可视化
  98. sukker

    线性代数和矩阵变得简单!

    v2.1.3 120 #线性代数 #稠密矩阵 #矩阵 #矩阵运算 #矩阵向量 #向量 #linalg
  99. gmatlib

    Rust和更广泛的线性代数!

    v0.2.0 #线性代数 #矩阵 #数字 #矩阵计算 #语言 #函数 #连续内存
  100. servicepoint

    CCCB服务点显示器

    v0.7.0 #显示 #udp #像素 #cccb # #矩阵 #服务
  101. crystallographic-group

    提供晶体学群参考和有用信息,例如晶格坐标和对称操作矩阵。

    v0.2.0 #符号 # #矩阵 #符号 #晶格 #操作 #坐标
  102. heapless_matrix

    在Rust中高效实现矩阵数据结构。它提供创建、操作和执行矩阵操作的功能,如转置、求和和乘法。

    v0.1.5 #矩阵 #heapless #线性代数 #嵌入式 #rust #数据结构
  103. integrator

    数学库

    v0.1.36 100 #数学 #积分器 #矩阵
  104. faer-entity

    基本的线性代数例程

    v0.19.0 18K #linear-algebra #matrix #math #low-level
  105. 镁质

    Rust的数学库

    v0.11.1 290 #math #complex-numbers #maths #polynomial #matrix #numerical #vector
  106. mas-keystore

    Matrix身份验证服务使用的密钥存储

    v0.10.0 #secret-key #key-store #store-key #matrix #open-id #service #authentication
  107. p3-mds

    Plonky3 MDS矩阵逻辑

    v0.2.0 6.7K #plonky3 #matrix #mds #logic #transformation
  108. nml-matrix

    一个小型库,用于处理矩阵

    v0.4.1 100 #matrix #linear-algebra #nml
  109. mymatrix

    我的简单矩阵库,可以执行分数运算

    v0.5.0 110 #fraction #matrix #matrix-operations #perform #vector
  110. directx_math

    DirectXMath的翻译,一个用于游戏和图形应用的SIMD线性代数库

    v0.2.2 170 #vector #matrix-vector #quaternions #matrix #simd #linear-algebra
  111. ratio-matrix

    Ratio的矩阵数据库

    v0.4.2 800 #matrix #data #ratio #2d
  112. ruma-push-gateway-api

    Matrix推送网关API端点的类型

    v0.9.0 120 #ruma #chat #messaging #api-server #matrix-chat #matrix
  113. simp_linalg

    一个轻量级的线性代数库,用于执行向量和矩阵的简单加法和乘法

    v0.2.0 #linear-algebra #matrix #matrix-vector #vector
  114. synapse-admin-api

    synapse管理API端点的类型

    v0.6.0 #api-request #ruma #messaging #api-bindings #chat #matrix-chat #matrix
  115. ruma-identity-service-api

    Matrix身份服务API端点的类型

    v0.9.0 100 #chat #ruma #messaging #matrix-chat #networking #matrix
  116. rmat

    二维矩阵代数的最小实现

    v0.1.1 #矩阵 #代数 #矩阵
  117. hex-matrix

    使用字节数组构建十六进制矩阵

    v0.2.0 270 #十六进制 #序列化 #字节数组 #矩阵 #
  118. slas

    静态线性代数系统

    v0.3.1 #线性代数 #BLAS #矩阵 #矩阵-向量 #向量
  119. nano-gemm

    小型矩阵乘法

    v0.1.2 14K #矩阵 #矩阵乘法 #数学
  120. keypad

    适用于键盘矩阵电路的平台无关驱动程序

    v0.2.2 #输入引脚 #键盘输入 #嵌入式HAL驱动程序 #矩阵 #行列 #电路 #键盘
  121. vec_vec

    处理 Vec<Vec<T>> 是不可避免的

    v0.5.1 #vec #嵌套 #矩阵 #数据 #处理 #vec-vec-t #维度
  122. algorithm_rust

    一些常见的rust_algorithms,欢迎参与,项目将持续更新,所有算法均来自 <算法导论 III>

    v0.6.0 250 #排序 #搜索 #搜索算法 #矩阵 #数学 #结构 #继续
  123. sparse_matrix

    使用稀疏矩阵进行线性代数

    v0.6.3 #线性代数 #矩阵 #稀疏 # #格式 #压缩 #coo-mat
  124. ruma-appservice-api

    Matrix应用服务API端点的类型

    v0.10.0 130 #消息 #ruma #聊天 #api绑定 #matrix聊天 #matrix
  125. optimath

    使用const泛型进行no_std和专用化以启用SIMD的线性代数

    v0.3.1 #const泛型 #线性代数 #simd #矩阵 #专用化 #no-std #bug
  126. extended_matrix

    一个矩阵计算模块

    v0.9.2 100 #矩阵 #计算 #扩展 #模块 #基本操作特质
  127. quaternion-matrix

    Rust的四元数矩阵

    v0.1.4 #矩阵 #四元数 #3d #directx #opengl #图形
  128. matrix-sdk-common

    matrix-sdk中使用的常见类型和导入集合

    v0.7.0 2.0K #ruma #messaging #chat #matrix-chat #nio #matrix
  129. gamemath

    游戏开发数学库,使用Rust编写

    v0.5.0 #math #vector #matrix #linalg #game
  130. matlab-sys

    Matlab C API的Rust绑定

    v0.3.1 #matlab #api-bindings #mex #matrix #scientific #sys #env-vars
  131. block-grid

    快速、缓存意识、瓦片化的二维数组

    v0.1.3 #2d-array #array #block-size #2d-grid #2d #grid #matrix
  132. smyl

    Rust中的人工神经网络

    v0.1.2 210 #layer #matrix #activation #macro #matrix-operations #module #relu
  133. wgm

    用于游戏和图形开发的一个快速且简单的数学库

    v0.0.3 #math #vector #matrix #gamedev
  134. matrixes

    高中水平及其以上的矩阵。详细信息请参阅README。

    v2.5.0 #matrix #linear-algebra #math #matrix-operations #maths
  135. grid2d

    运行时定义的二维网格,但大小不可变

    v0.3.8 #array #matrix #data-structures #two-dimensional #2d-grid #2d-array
  136. mightrix

    将连续内存视为矩阵

    v0.3.2 #matrix #const-generics #fixed-size #stack #memory #reftrix #dimension
  137. rusty-rain

    一个跨平台的类似CMatrix的程序

    v0.3.6 #emoji #rain #matrix #cross-platform #matrix-rain #cmatrix
  138. matrix_display

    使用美观的Unicode分隔符在命令行中显示矩阵

    v1.0.0 230 #matrix #display #command-line #separator #unicode #pretty #character
  139. rgla

    一个图形线性代数库,实现了旋转器而不是四元数

    v0.1.0 #matrix-vector #linear-algebra #matrix #vector #graphics #rotor #linalg
  140. hebrides

    实数、复数和基本线性代数实现的实现

    v0.1.46 #complex-numbers #linear-algebra #real-number #math #matrix #vector #forms
  141. 完整版

    用于数值的矩阵和数组类型

    v0.3.0 260 #matrix #array #values #types #numeric
  142. stack-algebra

    为裸金属Rust提供的堆栈分配的轻量级代数

    v0.1.0 #matrix #matrix-vector #vector #robotics #linear-algebra #math
  143. lair

    Rust中的线性代数

    v0.6.0 200 #linear-algebra #matrix #decomposition #lu-decomposition #multidimensional-array
  144. smolmatrix

    小型简单矩阵库

    v0.1.7 170 #matrix #smolmatrix
  145. matrix_kit

    Rust的抽象线性代数库

    v0.1.9 #linear-algebra #matrix #algebra #abstract
  146. matrix-math

    数学矩阵

    v0.1.1 #matrix #math #basic #prelude #library-cli #length #operation
  147. guff-matrix

    快速伽罗瓦域矩阵乘法

    v0.1.12 #matrix-multiplication #galois-field #matrix #galois #simd #maths #ida
  148. homography

    使用点和线对应估计

    v0.1.0 #point #matrix #line #computer-vision #transformation #linear #direct
  149. nalgebra_latex

    为nalgebra::Matrix,LaTeX环境和更多内容提供几个健壮的格式化工具

    v0.1.22 #latex #matrix #nalgebra #linear-algebra
  150. matrix_operations

    执行矩阵运算

    v0.1.5 #matrix #matrix-vector #row-column
  151. h_mat

    一个类型安全的异构矩阵类型

    v0.1.14 #matrix #ecs #compile-time #game-state #contiguous-memory #entity #heterogenous
  152. beagle

    计算机图形学的基本线性代数库

    v0.1.4 #matrix-vector #linear-algebra #matrix #gamedev #vector-math #vector #math
  153. custos-math

    使用custos执行矩阵运算

    v0.6.3 #matrix-operations #matrix #opencl #deep-learning #cuda #arrays #open-cl
  154. calcify

    物理学矢量库

    v0.8.2 #physics #physics-simulation #matrix #matrix-vector #scientific-computing #linear-algebra #vector
  155. matrixmultiply_mt

    bluss的matrixmultiply crate的并行版本。支持f32和f64矩阵的一般矩阵乘法。支持具有一般步长的矩阵。采用微内核策略...

    v0.2.1 #matrix-multiplication #matrix #sgemm #dgemm
  156. rust-blas

    BLAS绑定和包装器,基于rblas

    v0.2.0 #blas #linear-algebra #matrix #wrapper #bindings #rblas #matrix-vector
  157. trexio

    为量子化学计算产生的数据存储和操作而开发的开源文件格式和库。其目标是提供可靠的...

    v2.4.2 #chemistry #quantum #file-format #wave #matrix #elements #parameters
  158. nano-gemm-c32

    小型矩阵乘法

    v0.1.0 14K #matrix #math #multiplicatio #matrix-multiplication
  159. nano-gemm-f64

    小型矩阵乘法

    v0.1.0 14K #matrix #math #multiplicatio #matrix-multiplication
  160. nano-gemm-c64

    小型矩阵乘法

    v0.1.0 14K #matrix #math #multiplicatio #matrix-multiplication
  161. nano-gemm-f32

    小型矩阵乘法

    v0.1.0 14K #matrix #math #multiplicatio #matrix-multiplication
  162. polymath

    让Rust中的数学更强大!(新的数学数据类型、特质、函数等...)

    v0.3.1 #math #datatype #matrix #traits #functions #prelude
  163. scotch

    Scotch图分割器、图聚类器和稀疏矩阵排序器的惯用包装器

    v0.2.1 #graph #sparse-matrix #matrix #mesh #partitioning #order #api-bindings
  164. fractionfree

    ndarray的分数自由线性代数

    v0.1.3 #linear-algebra #matrix #integer #ndarray #square-matrix #lu-decomposition
  165. cumath

    基于CUDA的矩阵/向量计算

    v0.2.7 #cuda #matrix #wrapper #gpu #ffi #safe-wrapper #matrix-multiplication
  166. geomath

    用于几何、模拟和计算机图形的栈分配数学

    v0.2.4 #vector #matrix-vector #math #trajectory #point #2d-3d #matrix
  167. 稀疏二进制矩阵

    针对行操作优化的稀疏二进制矩阵实现

    v0.7.0 110 #稀疏矩阵 #矩阵 #稀疏 #二进制 #矩阵运算
  168. sprs_suitesparse_camd

    sprs 对 suitesparse camd 填充缩减排序的绑定

    v0.3.0 #稀疏矩阵 #稀疏 #矩阵 #suite-sparse #置换 #矩阵运算 #线性代数
  169. mesh-sweeper

    网格扫描算法!

    v0.1.1 #网格 #线性代数 #算法 #矩阵 #高斯 #三角 #下三角
  170. sprs-ldl

    稀疏 Cholesky 分解

    v0.10.0 1.5K #稀疏矩阵 #稀疏 #矩阵 #分解 #Cholesky #linalg #线性代数
  171. k2_tree

    稀疏填充位矩阵的空间高效表示

    v0.5.3 #矩阵 # # #集合 #位矩阵 #稀疏矩阵
  172. tomatrix

    将任何文本文档输出为矩阵屏保

    v0.1.1 #文本文档 #矩阵 #字符集 #输出 #屏保 #终端 #显示
  173. matrix_lib

    操作矩阵的简单库

    v0.6.1 150 #矩阵 #操作 #操作
  174. distmat

    距离矩阵数据类型和文件格式

    v0.3.0 #文件格式 #矩阵 #数据文件 #距离 #方阵 #解析器 #成对
  175. lax

    没有 ndarray 的 LAPACK 包装器

    v0.16.0 17K #lapack #矩阵 #线性代数 #特征值 #ndarray #包装器 #分解
  176. toolbox

    日常使用的工具

    v0.2.8 470 #vfs #算法 #矩阵 #数据结构 #工具
  177. juxt_matrix

    仅矩阵,别无其他

    v0.1.1 #矩阵 # #juxt
  178. wrapping_coords2d

    使用环绕在 1D 索引和 2D 坐标之间进行转换

    v0.1.10 #索引 #2d #坐标 #索引 #2d网格 #矩阵
  179. nano-gemm-codegen

    小型矩阵乘法

    v0.1.0 14K #matrix #math #multiplicatio #matrix-multiplication
  180. aljabar

    一个超级通用的、超级实验性的线性代数库

    v1.0.2 #linear-algebra #vector #matrix-vector #linear #matrix #algebra #matrix-operations
  181. metis-sys

    对 METIS 的原始 FFI,一个串行图划分器和降维矩阵排序器

    v0.3.1 4.3K #graph #partitioning #matrix #mesh #order
  182. matrix-rs

    在 Rust 中使用矩阵。使用 const generics 来确保编译时矩阵安全性。

    v1.0.1 #matrix #const-generics #linear-algebra #compile-time #safety #ensure
  183. kaffe

    Pytorch,但是用 Rust 实现 :)

    v0.2.0 #matrix #tensorflow #numpy #ai #neural-network #pytorch
  184. sparse_complex

    复杂稀疏矩阵求解器

    v0.1.4 #sparse-matrix #complex #sparse #matrix #linear-algebra #algebra
  185. matrijs

    一个小型二维矩阵库。有很多这样的库,但这个是我的。

    v0.1.1 #matrix #linear-algebra #math #f64 #mine #2d #quick
  186. generic-matrix

    表示 2D 矩阵的操纵和数据类型

    v0.2.2 #matrix #2d #data #manipulations #represents #type
  187. math_matrix

    高中水平的矩阵实现

    v1.1.0 #matrix #math #row #items #order #level #highschool
  188. tenebrous-dicebot

    一个用于角色扮演游戏的异步矩阵骰子机器人

    v0.13.1 #dice #bot #dice-roll #game #games #matrix
  189. math-rs

    一个基本的数学引擎

    v0.1.5 #matrix #math #algebra #mathematical
  190. lp586x

    矩阵 LED 驱动器(支持 LP5860、LP5861、LP5862、LP5864、LP5868)

    v0.1.0 #led-driver #lp5862 #lp5860 #lp5864 #lp5868 #lp5861 #matrix
  191. spectre

    一个用于分析 p2p 网络拓扑的轻量级工具包

    v0.7.0 #p2p #networking #graph #toolkit #measure #matrix #degree
  192. matrix

    该软件包提供矩阵实验室

    v0.22.0 210 #线性代数 #实验室 #集合 #稀疏 #稠密矩阵
  193. f3l_glam

    3D点云库

    v0.1.0 #点云 #3D #glam # #矩阵 # #边界
  194. linxal

    具有rust-ndarray接口的线性代数包

    v0.6.0 #线性代数 #矩阵 #ndarray
  195. tarts

    终端屏幕保护程序和视觉效果

    v0.1.5 #终端 #效果 #屏幕 #视觉 # #数字 #矩阵
  196. faer-core

    基本的线性代数例程

    v0.17.1 1.6K #矩阵 #矩阵乘法 #线性代数 #矩阵运算 #方阵 #数学
  197. rsvd

    随机奇异值分解 (rSVD)

    v0.1.2 #奇异值分解 #矩阵 #随机 #奇异 #分解 # #数据分析
  198. gpurs

    科学计算中的GPU加速/线性代数crate

    v0.4.0 #矩阵-向量 #科学计算 #GPU #OpenCL #线性代数 #矩阵 #向量
  199. bitshifter/mathbench

    比较Rust数学库在常见3D游戏和图形任务中的性能

    GitHub 0.4.2 #基准测试 #线性代数 #转换 #矩阵 #性能 #不同 #游戏
  200. pca

    使用SVD进行主成分计算

    v0.1.4 #数据分析 #成分 #主成分 #SVD #统计学 #矩阵 #计算
  201. randn

    一个用于并行填充nalgebra的向量、矩阵和矩阵向量的标准正态随机变量包

    v0.1.12 #矩阵 #向量 #nalgebra #正态分布 #并行处理 #随机正态 #矩阵
  202. speedytree

    Rust中邻接加法(Neighbor-joining)的规范和RapidNJ实现

    v0.1.0 #B树 #系统发育 #规范 #矩阵 #邻接加法 #RapidNJ #距离
  203. m4ri-rust

    M4RI基础布尔线性代数

    v0.4.0 #线性代数 #矩阵 #M4RI #布尔 #矩阵-向量 #科学计算 #二进制
  204. simple-matrix

    通用矩阵库

    v0.1.2 #matrix #simple #generic #reliable #row #iterator
  205. numeric

    Rust 的 N 维矩阵类

    v0.1.4 #matrix #tensor #matrix-vector #hdf5 #linear-solver #vector
  206. 对角线

    从矩阵中提取各种方向的对角线

    v0.1.0 #matrix #cross-platform #array #algorithm
  207. miscmath

    将包含一组通用数学函数和线性代数结构,如向量和矩阵

    v0.3.2 140 #linear-algebra #matrix #vector #vector-math #structures #image-processing #general
  208. 尝试使用 DuckDuckGo 进行搜索。

  209. rumraisin

    Matrix 的 RSS/Atom 阅读器

    v0.2.0 #rss #matrix #atom #aggregator #rss-reader
  210. numerilib

    数学库

    v0.1.2 #math #linear-algebra #calculus #statistics #branch #matrix #functions
  211. grid-point

    点代表网格或矩阵上的 [x, y] 坐标

    v0.1.0 #point #grid #coordinate #matrix
  212. sprs_suitesparse_ldl

    将 sprs 绑定到 suitesparse ldl 解算器

    v0.8.0 #sparse-matrix #suite-sparse #sparse #cholesky #factorization #matrix #linear-algebra
  213. execute_evcxr

    通过构建和执行二进制 crate 执行 evcxr 支持的语法

    v0.1.1 #nalgebra #latex #matrix
  214. ratio-genetic

    Ratio 的遗传算法库

    v0.3.0 #genetic-algorithm #analysis #ratio #matrix #problem #strategy #structure
  215. nalgebra-numpy

    nalgebra 和 numpy 之间的转换

    v0.3.0 #numpy #nalgebra #matrix #python #conversion #convert
  216. matrix-oracle

    矩阵协议的知名解析器

    v0.1.3 #matrix #server #api #client-server #lookup #resolver #dns-lookup
  217. whichlicense_classification

    对 WhichLicense 项目使用的许可证进行分类

    v2.0.0 #compliance #classification #matrix #identifier #licenses #status #classify
  218. gee

    为 2D 游戏量身定制的便捷性几何库!📐

    v0.3.0 #matrix-vector #geometry #vector-math #2d-game #vector #math #matrix
  219. scirust

    科学计算库

    v0.0.5 #matrix #scientific-computing #linear-algebra #statistics #low-level #math
  220. xgboost

    使用XGBoost的机器学习

    v0.1.4 #machine-learning #booster #training #parameters #matrix #model #gradient
  221. cell-grid

    适用于no_std游戏开发的固定大小的2D网格容器

    v0.1.1 #2d-grid #grid #2d #matrix #data-structures #2d-game #no-std
  222. mwa_rust_core

    用于Murchison Widefield Array (MWA)射电望远镜的坐标变换、Jones矩阵等便利的Rust代码。

    v0.2.0 #transformation #matrix #coordinate #handles #mwa #radio #array
  223. matrix-market-rs

    读取矩阵市场文件到标准的Rust类型

    v0.1.3 #dense-matrix #matrix #sparse-matrix #parser #mtx #mm #text-format
  224. termatrix

    在您的终端中滚动的矩阵

    v2.2.0 #scroll #matrix #terminal #cli #cli-applications #falling
  225. mat-rs

    数学矩阵类型的no_std实现

    v0.1.0 #matrix #dynamically-sized #math #const-generics #mat #type #statically
  226. stride

    一种步进切片类型

    v0.3.0 #slice #memory #const-generics #strided #matrix #elements #constant
  227. nova-math

    为nova-engine提供的向量矩阵数学工具

    v0.5.0 #matrix #simd #math #projection #matrix-vector #vector-math #vector
  228. affine_transforms

    (预发布包)在R3中进行线性变换

    v0.3.0 #transformation #linear #transform #affine #matrix #linear-algebra #vector
  229. sized_matrix

    使用const generics进行类型检查和性能优化的定大小矩阵

    v0.3.0 #matrix-vector #const-generics #matrix #sized #linear-algebra #vector
  230. clock-zones

    处理时钟区域

    v0.4.1 110 #clock #zone #bounds #matrix #model #difference #dbm
  231. libmat

    线性代数工具

    v0.2.0 #matrix #algebra #matrix-vector #linear-algebra #maths #vector
  232. linalg-rs

    Rust中的线性代数!

    v1.1.2 #matrix-vector #matrix #linear-algebra #dense-matrix #matrix-operations #vector #linalg
  233. ndarray-rblas

    rblasndarray 的绑定

    v0.1.1 #blas #matrix #multidimensional #multidimensional-array #matrix-operations
  234. quick_maths

    低维线性代数结构

    v0.2.1 #matrix #graphics #vector #math #linear-algebra
  235. matrix_bot_api

    编写Matrix消息协议机器人的API

    v0.5.2 #bot #bot-api #fractal #matrix
  236. qmat

    二维矩阵

    v0.5.1 #matrix #2-dimensional #col #rows #position #math #error
  237. simple-canvas

    通用的二维画布结构

    v0.1.1 #matrix #canvas #matrix-operations #pixel #simple
  238. adv_linalg_lib

    Adv_LinAlg过程宏的核心库

    v0.1.1 #linear-algebra #algebra #linear #matrix #transformation #vector #no-alloc
  239. field-matrix-utils

    在有限域上处理矩阵

    v0.1.1 #finite-fields #matrix #field #algebra #arkworks