Re: [math] make data[] final in DiagonalMatrix
On Sun, Dec 30, 2012 at 08:52:48PM -0800, Phil Steitz wrote: > Looks like it could be - just need to explicitly set to null in > argumentless constructor. Also, do we really want / need the > degenerate case (no data)? I think not. Done in revision 1427276. Gilles
[math] make data[] final in DiagonalMatrix
Looks like it could be - just need to explicitly set to null in argumentless constructor. Also, do we really want / need the degenerate case (no data)? Phil - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For addit