Gael Guennebaud
|
e7ef367db1
|
suppress unused variable warnings
|
2012-01-06 09:02:06 +01:00 |
|
Gael Guennebaud
|
e3e39ea26d
|
suppress an 'unused variable' warning
|
2011-12-22 14:06:16 +01:00 |
|
Gael Guennebaud
|
2c03e6fccc
|
evaluate 1D sparse expressions into SparseVector and make the sparse operator<< and dot honor nested types
|
2011-12-22 14:01:06 +01:00 |
|
Gael Guennebaud
|
7f04845023
|
fix assignment of a row-major sparse vector to a column major sparse one
|
2011-12-22 11:53:47 +01:00 |
|
Gael Guennebaud
|
69966e90e1
|
fix bug #221: remove the dense to SparseVector conversion ctor.
|
2011-12-04 21:15:46 +01:00 |
|
Gael Guennebaud
|
32917515df
|
make the accessors to internal sparse storage part of the public API and remove their "_" prefix.
|
2011-12-04 12:19:26 +01:00 |
|
Gael Guennebaud
|
1cdbae62db
|
add SparseVector::ReverseInnerIterator
|
2011-12-04 09:56:40 +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
|
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 |
|