Gael Guennebaud
|
91e392a042
|
add ReverseInnerIterators to loop over the elements in reverse order,
and partly fix bug #356 (issue in trisolve for upper-column major))
|
2011-12-03 23:49:37 +01:00 |
|
Gael Guennebaud
|
4ca89f32ed
|
Sparse matrix insertion:
- automatically turn a SparseMatrix to uncompressed mode when calling insert(i,j).
- now coeffRef insert a new element when it does not already exist
|
2011-12-02 19:00:16 +01:00 |
|
Gael Guennebaud
|
f10bae74e8
|
- move CompressedStorage and AmbiVector into internal namespace
- remove innerVectorNonZeros(j) => use innerVector(j).nonZeros()
|
2011-12-02 10:00:24 +01:00 |
|
Gael Guennebaud
|
6b8d6887ac
|
bug fix in SparseSelfAdjointTimeDenseProduct for empty rows or columns
|
2011-11-30 19:39:20 +01:00 |
|
Gael Guennebaud
|
d1b54ecfa3
|
add more support for uncompressed mode
|
2011-11-30 19:24:43 +01:00 |
|
Gael Guennebaud
|
cda397b117
|
cleanning pass on the sparse modules:
- remove outdated/deprecated code
- improve a bit the documentation
|
2011-11-28 16:36:37 +01:00 |
|
Gael Guennebaud
|
53fa851724
|
move sparse solvers from unsupported/ to main Eigen/ and remove the "not stable yet" warning
|
2011-11-12 14:11:27 +01:00 |
|