Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

max of matrix numpy

# Get the maximum element from a Numpy array
maxElement = numpy.amax(arr)
 
print('Max element from Numpy Array : ', maxElement)
Source by thispointer.com #
 
PREVIOUS NEXT
Tagged: #max #matrix #numpy
ADD COMMENT
Topic
Name
6+3 =