Sparce Matrix Ruby

Is there a class for sparce matrices in ruby? I read a couple of posts
on using “hash” to create sparce matrices. Just wanted to know if one
exists…

I am trying to multiply 2 square matrices of higher order(>10000). I am
using narray for performance. Is there any better gem available?

Gim I. wrote:

Is there a class for sparse matrices in ruby? I read a couple of posts
on using “hash” to create sparce matrices. Just wanted to know if one
exists…

I am trying to multiply 2 square matrices of higher order(>10000). I am
using narray for performance. Is there any better gem available?