Files
eigen/Eigen/src
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-27 14:41:46 +00:00
2009-04-01 00:21:16 +00:00
2009-05-04 13:55:21 +00:00
2009-02-23 07:50:56 +00:00
2009-02-23 07:50:56 +00:00
2009-02-07 16:14:46 +00:00