Base.max

Base.max()

Returns the maximum value in the nimble object.

See also

minimum

Examples

>>> lst = [[0, 22, 2], [3, 22, 5]]
>>> X = nimble.data(lst)
>>> X.max()
22