Difference between revisions of "Max"

 
Line 2: Line 2:
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 
   
 
   
= Max(A'',I'') =
+
= Max(X'',I'') =
  
Returns the maximum of array A along index I.
+
Returns the maximum of array X along index I.
  
 
I can be omitted to take the maximum along the implicit dimension.  For example:
 
I can be omitted to take the maximum along the implicit dimension.  For example:

Revision as of 19:51, 23 August 2007


Max(X,I)

Returns the maximum of array X along index I.

I can be omitted to take the maximum along the implicit dimension. For example:

Max( [3,4] ) → 4

See Also

Comments


You are not allowed to post comments.