Supporting dco vector mode (ga1v)
Rewrote dco_eigen_SDSolver.hpp to support dco vector mode:
- This also improves performance, since only the adjoint indices are safed (and no longer the complete input matrix)
- HouseholderQR no longer supports symbolic
logAbsDeterminant()
due to that (we required to perform another decomposition before, but now the input matrix is no longer available)
TODOs:
- Doc needs to be updated accordingly
- Extend dco tests with ga1v
- Also make sure to check symbolic product with ga1v
Edited by Patrick Peltzer