Add array.prefix_prod()
function
#638
alexis-bvq
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Like
atoti.array.prefix_sum()
, this function would make the product over the vector index by index.This function should have a
reverse
parameter allowing you to make the prefix_prod from end to beginning of the vector.This function is required for the asset management subject.
Context
Other information (if relevant)
Beta Was this translation helpful? Give feedback.
All reactions