PHP 中的矩阵算术?

发布于 2024-07-12 12:18:38 字数 1542 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

陈甜 2024-07-19 12:18:39

有一个相对较新的PHP 线性回归。 该库确实包含矩阵乘法的类以及具有 100% 代码覆盖率的单元测试。

There is a relatively recent library for Linear Regression for PHP. This library does contain classes for matrix multiplication, and unit tests with 100% code coverage.

千秋岁 2024-07-19 12:18:38

您可以尝试 Math_Matrix 库。 我没有使用过它,但它似乎相当全面,超越了简单的矩阵算术,还包括计算行列式或求解方程组等内容。

You could try the Math_Matrix library. I haven't used it, but it seems to be fairly comprehensive, going beyond simple matrix arithmetic to also include things like calculating the determinant or solving systems of equations.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文