Pressio/pressio

ops: should drop `add_to_diagonal`

Closed this issue · 1 comments

I think we should get rid of this and just use:

auto d = pressio::diag(A);
pressio::ops::update(d, 4.5, ...)

for now, we leave it. this is only used in a specific place, and only implemented for eigen so we guard accordingly