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 l开发者_如何转开发ists etc. but I'm sure my implementation won't be very efficient !
The presentation in this link talks about some erlang bindings to BLAS etc - High Performance Technical Computing in Erlang. Hope this is helpful.
精彩评论