8.5.38.27. max¶
- Array.max(axis=None, out=None, keepdims=False, initial=<no value>, where=True)
Return the maximum along a given axis.
Refer to numpy.amax for full documentation.
8.5.38.27. See Also¶
numpy.amax : equivalent function
Table of Contents
Array