[WIP] Add applyEntrywise method
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
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).