Difference between revisions of "Cumulate"

 
m (adding doc status category)
Line 1: Line 1:
 
[[Category:Transforming functions]]
 
[[Category:Transforming functions]]
 +
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
  
 
Returns an array with each element being the sum of all of the elements of X along dimension I up to, and including, the corresponding element of X.
 
Returns an array with each element being the sum of all of the elements of X along dimension I up to, and including, the corresponding element of X.

Revision as of 07:12, 24 April 2007


Returns an array with each element being the sum of all of the elements of X along dimension I up to, and including, the corresponding element of X.

Declaration

Cumulate(X:Array[I] ; I : Index)
Comments


You are not allowed to post comments.