Gael Guennebaud
|
aa768add0b
|
Since there is no reason for evaluators to be nested by reference, let's remove the evaluator<>::nestedType indirection.
|
2015-09-02 22:10:39 +02:00 |
|
Gael Guennebaud
|
92b9f0e102
|
Cleaning pass on evaluators: remove the useless and error prone evaluator<>::type indirection.
|
2015-09-02 21:38:40 +02:00 |
|
Gael Guennebaud
|
cc641aabb7
|
Remove deprecated usage of expr::Index.
|
2015-02-16 14:46:51 +01:00 |
|
Gael Guennebaud
|
4b886e6b39
|
bug #889: fix protected typedef
|
2014-10-08 07:48:30 +02:00 |
|
Jitse Niesen
|
5fa69422a2
|
Fix copy-and-paste typo in SolveWithGuess assignment
This fixes compilation of code snippets in BiCGSTAB docs.
|
2014-09-21 14:19:23 +01:00 |
|
Gael Guennebaud
|
85c7659574
|
Refactoring of sparse solvers through a SparseSolverBase class and usage of the Solve<> expression. Introduce a SolveWithGuess expression on top of Solve.
|
2014-09-01 15:00:19 +02:00 |
|