-
Notifications
You must be signed in to change notification settings - Fork 17
Reductions
Baptiste Wicht edited this page Sep 2, 2016
·
1 revision
Several reduction functions are available:
-
sum
: Return the sum of a data structure -
mean
: Return the mean of a data structure -
dot
: Return the dot product of two vectors -
min
: Returns the minimal value of a data structure -
max
: Returns the maximal value of a data structure