Erlang 矩阵库
我正在寻找一个强大的库来处理 Erlang 中的矩阵。没什么花哨的,只是有效地处理乘法和基本运算。我可以用列表等来做到这一点,但我确信我的实现不会非常有效!
I'm looking for a robust library to handle matrices in Erlang. Nothing fancy, just efficient handling of multiplication and basic operations. I could do that with lists etc. but I'm sure my implementation won't be very efficient !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此链接中的演示讨论了一些 erlang 与 BLAS 的绑定等 -
Erlang 中的高性能技术计算。希望这有帮助。
The presentation in this link talks about some erlang bindings to BLAS etc -
High Performance Technical Computing in Erlang. Hope this is helpful.