Skip to content

[WIP] Add applyEntrywise method

lh1887 requested to merge feature/inplace_binary into master

With this tool, one can write quite general code to apply x = op(y) entrywise for vectors x, y (where y can indeed be a pack of vectors).

Edited by lh1887

Merge request reports