In-place solver
Submitted by Chen-Pang He
Assigned to Nobody
Link to original bugzilla bug (#934)
Description
Created attachment 522
The proposed patch, which also affects TriangularView.
Introduce InPlaceSolver for solvers with solveInPlace. By inheriting InPlaceSolver, the derived class gains '_solve_impl' and 'solve' methods calling solveInPlace.
Currently this only benefits TriangularView, but this makes our code more generic and eases new development (like #840).
Patch 522, "The proposed patch, which also affects TriangularView.":
InPlaceSolver.patch
Blocking
Edited by Eigen Bugzilla