Gael Guennebaud 2829314284 new simplified API to fill sparse matrices (the old functions are
deprecated). Basically there are now only 2 functions to set a
coefficient:
1) mat.coeffRef(row,col) = value;
2) mat.insert(row,col) = value;
coeffRef has no limitation, insert assumes the coeff has not already
been set, and raises an assert otherwise.
In addition I added a much lower level, but more efficient filling
mechanism for
internal use only.
2009-05-04 14:25:12 +00:00
..
2009-03-05 10:25:22 +00:00
2009-03-05 10:25:22 +00:00
2009-04-01 00:21:16 +00:00
2008-11-24 13:40:43 +00:00
2008-11-24 13:40:43 +00:00
2008-11-24 13:40:43 +00:00
2008-11-24 13:40:43 +00:00
2008-11-24 13:40:43 +00:00
2009-01-23 09:50:16 +00:00