Actually, I haven't liked the double[][] implementation ever. Its great virtue is that it exists.
On Thu, Feb 3, 2011 at 1:42 PM, Dawid Weiss <[email protected]>wrote: > >> private double[][] values; > > No, but that isn't all that hard to fix. > > Oh, I just thought you guys wanted it to be this way... But if not, > then a double[] is probably a better choice anyway (think potential > matrix data fragmentation if not anything else). >
