Search code examples
matrixerlangmatrix-multiplication

Erlang Matrix Library


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 !


Solution

  • The presentation in this link talks about some erlang bindings to BLAS etc - High Performance Technical Computing in Erlang. Hope this is helpful.