Subject: Re: how to introduce reference objects into ruby
From: "Caleb Tennis" <caleb aei-tech.com>
Date: Sat, 11 Mar 2006 00:26:11 +0900
References: 7500
In-reply-to: 7500
> The problem with the code you sent is that you have to go through ALL
> your matrix elements to get a certain row or column, which takes too
Why not just write a Ruby wrapper around you C extension?