-
recarray.max(axis=None, out=None)
-
Return the maximum along a given axis.
Refer to
numpy.amax
for full documentation.See also
-
numpy.amax
- equivalent function
-
recarray.max()
2017-01-10 18:20:06
recarray.max(axis=None, out=None)
Return the maximum along a given axis.
Refer to numpy.amax
for full documentation.
See also
numpy.amax
Please login to continue.