예제 #1
0
def min(x, axis=0):
    return _Nmin(x, axis)
예제 #2
0
파일: mlab.py 프로젝트: phonx/FlipbookApp
def min(x, axis=0):
    return _Nmin(x, axis)