Benoit Jacob
|
69124cfca2
|
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
|
2012-07-13 14:42:47 -04:00 |
|
Jitse Niesen
|
3c412183b2
|
Get rid of include directives inside namespace blocks (bug #339).
|
2012-04-15 11:06:28 +01:00 |
|
Gael Guennebaud
|
128ff9cf07
|
declare a ReverseInnerIterator in sparse CwiseBinaryOp. These ReverseInnerIterator should probably be removed anyway since we currently don't have real use cases for them. The only one in TriangularSolver could be advantageously replaced by a binary search.
|
2012-02-23 11:38:18 +01:00 |
|
Gael Guennebaud
|
fe85b7ebc6
|
fix several const qualifier issues: double ones, meaningless ones, some missing ones, etc.
(note that const qualifiers are set by internall::nested)
|
2012-02-03 23:18:26 +01:00 |
|
Gael Guennebaud
|
589cc627f8
|
fixe one more VC10 ICE
|
2012-01-18 17:45:22 +01:00 |
|
Gael Guennebaud
|
40c0f3af57
|
fig bug #396: add a static assertion on the storage order of a sparse-sparse coeff-wise binary op
|
2011-12-15 19:23:20 +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 |
|