有没有一个好的 PHP 向量和矩阵库?

发布于 2024-10-15 06:57:49 字数 1540 浏览 1 评论 0原文

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

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

发布评论

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

评论(3

岁吢 2024-10-22 06:57:49

以及许多其他有关数学的相关 PEAR 包

  • < a href="http://pear.php.net/search.php?q=math&in=packages&x=0&y=0&p=1" rel="noreferrer">http://pear. php.net/search.php?q=math&in=packages&x=0&y=0&p=1

我不知道它们是否适合您的需求。你自己看看吧。

There is

and a number of other related PEAR packages about Math

I do not know if they suit your needs though. See for yourself.

阳光下的泡沫是彩色的 2024-10-22 06:57:49

曾经有 JAMA 矩阵库的 PHP4 端口,位于 http://www.phpmath.com 但它似乎已经从网站上消失了。我们在 PHPExcel 中使用它(尽管我已经将其更新到 PHP5)

There used to be a PHP4 port of the JAMA matrix library at http://www.phpmath.com but it seems to have disappeared from the site. We use it in PHPExcel (though I've updated it a bit to PHP5)

妄断弥空 2024-10-22 06:57:49

有这个库:

https://sourceforge.net/projects/phpmatrixlib/

它包含矩阵乘法,逆矩阵、转置矩阵和行列式

There is this library:

https://sourceforge.net/projects/phpmatrixlib/

it contains matrix multiply, inverse, transpose and determinant

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