[erlang-questions] Erlang math libraries

Jay Nelson jay@REDACTED
Sat May 19 03:47:15 CEST 2007


> Any thoughts on how to represent a matrix with erlang? (dense or
> sparse) Would a list of lists be good enough or would there be a better way?

I would consider trying a tuple of binaries and using the whizzy new
bit binary primitives.  Compactness and speed may be noticeable if you
are using dense matrices.

jay





More information about the erlang-questions mailing list