📄️ NDArray::max
Finds the maximum value in the array.
📄️ NDArray::min
Finds the minimum value in the array.
Extrema finding operations refer to functions that allow you to find the minimum and maximum values within an array or along a specified axis.
Finds the maximum value in the array.
Finds the minimum value in the array.