Created attachment 522 [details] 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).
Oh, Cholesky module may also use this, but their solveInPlace's have to be EIGEN_DEVICE_FUNC.
-- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/934.