__init__()
|
|
argmax([axis, out])
|
|
argmin([axis, out])
|
|
argpartition(kth[, axis, kind, order])
|
|
argsort([axis, kind, order])
|
|
byteswap([inplace])
|
|
choose(choices[, out, mode])
|
|
diagonal([offset, axis1, axis2])
|
|
dump(file)
|
|
dumps()
|
|
getfield(dtype[, offset])
|
|
item(*args)
|
|
itemset(*args)
|
|
newbyteorder([new_order])
|
|
partition(kth[, axis, kind, order])
|
|
put(indices, values[, mode])
|
|
repeat(repeats[, axis])
|
|
reshape(shape[, order])
|
|
resize(new_shape[, refcheck])
|
|
searchsorted(v[, side, sorter])
|
|
setfield(val, dtype[, offset])
|
|
setflags([write, align, uic])
|
|
sort([axis, kind, order])
|
|
squeeze([axis])
|
|
swapaxes(axis1, axis2)
|
|
take(indices[, axis, out, mode])
|
|
tobytes([order])
|
|
trace([offset, axis1, axis2, dtype, out])
|
|