[erlang-questions] Erlang math libraries
Robert Virding
robert.virding@REDACTED
Sun May 20 00:40:18 CEST 2007
I suppose it really depends on what you are going to do with these
matrices. If you are going to work with them in Erlang then I don't
really see the point of keeping them as binaries.
Robert
Jay Nelson wrote:
>> 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
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>
More information about the erlang-questions
mailing list