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-31 13:55:40 +00:00
2009-03-05 10:25:22 +00:00
2009-03-05 10:25:22 +00:00
2009-01-26 17:56:04 +00:00
2009-04-29 17:01:10 +00:00
2009-04-01 00:21:16 +00:00
2009-03-23 14:38:59 +00:00
2009-01-23 12:26:32 +00:00
2009-01-26 17:56:04 +00:00
2009-01-04 15:26:32 +00:00
2009-05-03 13:50:56 +00:00
2009-03-23 14:38:59 +00:00
2009-03-23 14:38:59 +00:00
2009-02-17 09:53:05 +00:00
2009-02-17 09:53:05 +00:00
2009-03-05 16:40:56 +00:00
2009-02-17 09:53:05 +00:00
2009-03-11 14:20:36 +00:00
2009-02-17 09:53:05 +00:00
2009-02-17 09:53:05 +00:00
2009-03-08 11:35:30 +00:00
2008-08-23 15:14:20 +00:00
2009-04-09 21:55:29 +00:00
2008-11-24 13:40:43 +00:00
2009-01-22 00:09:34 +00:00
2009-02-03 17:50:35 +00:00
2009-01-08 15:20:21 +00:00
2009-01-22 00:09:34 +00:00
2008-11-24 13:40:43 +00:00
2009-01-15 13:30:50 +00:00
2009-01-22 00:09:34 +00:00
2009-03-27 14:41:46 +00:00
2008-12-10 19:02:13 +00:00
2009-02-21 20:20:38 +00:00
2008-11-24 13:40:43 +00:00
2008-11-24 13:40:43 +00:00
2009-02-04 15:37:00 +00:00
2009-01-23 16:31:03 +00:00
2009-02-12 15:18:59 +00:00
2009-01-04 15:55:54 +00:00
2009-02-03 01:43:59 +00:00
2008-08-23 15:14:20 +00:00
2008-06-06 13:10:00 +00:00
2008-11-24 13:40:43 +00:00
2009-05-04 14:25:12 +00:00
2009-04-05 16:30:10 +00:00
2009-05-04 14:25:12 +00:00
2009-02-09 09:59:30 +00:00
2009-05-04 14:25:12 +00:00
2009-05-03 15:39:37 +00:00
2009-02-05 18:37:21 +00:00
2009-01-22 15:00:47 +00:00
2009-01-23 09:50:16 +00:00
2008-12-20 13:36:12 +00:00
2009-05-03 13:50:56 +00:00
2009-04-29 14:51:19 +00:00