Skip to content

Supporting dco vector mode (ga1v)

Patrick Peltzer requested to merge develop_3.3.8_mr_dco_vector_mode into release

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

Merge request reports

Loading