module documentation

Array methods which are called by both the C-code for the method and the Python code for the NumPy-namespace function

Function _all Undocumented
Function _amax Undocumented
Function _amin Undocumented
Function _any Undocumented
Function _clip Undocumented
Function _clip_dep_invoke_with_casting Undocumented
Function _clip_dep_is_byte_swapped Undocumented
Function _clip_dep_is_scalar_nan Undocumented
Function _count_reduce_items Undocumented
Function _dump Undocumented
Function _dumps Undocumented
Function _mean Undocumented
Function _prod Undocumented
Function _ptp Undocumented
Function _std Undocumented
Function _sum Undocumented
Function _var Undocumented
Variable _complex_to_float Undocumented
def _all(a, axis=None, dtype=None, out=None, keepdims=False, *, where=True): (source)

Undocumented

def _amax(a, axis=None, out=None, keepdims=False, initial=_NoValue, where=True): (source)

Undocumented

def _amin(a, axis=None, out=None, keepdims=False, initial=_NoValue, where=True): (source)

Undocumented

def _any(a, axis=None, dtype=None, out=None, keepdims=False, *, where=True): (source)

Undocumented

def _clip(a, min=None, max=None, out=None, *, casting=None, **kwargs): (source)

Undocumented

def _clip_dep_invoke_with_casting(ufunc, *args, out=None, casting=None, **kwargs): (source)

Undocumented

def _clip_dep_is_byte_swapped(a): (source)

Undocumented

def _clip_dep_is_scalar_nan(a): (source)

Undocumented

def _count_reduce_items(arr, axis, keepdims=False, where=True): (source)

Undocumented

def _dump(self, file, protocol=2): (source)

Undocumented

def _dumps(self, protocol=2): (source)

Undocumented

def _mean(a, axis=None, dtype=None, out=None, keepdims=False, *, where=True): (source)

Undocumented

def _prod(a, axis=None, dtype=None, out=None, keepdims=False, initial=_NoValue, where=True): (source)

Undocumented

def _ptp(a, axis=None, out=None, keepdims=False): (source)

Undocumented

def _std(a, axis=None, dtype=None, out=None, ddof=0, keepdims=False, *, where=True): (source)

Undocumented

def _sum(a, axis=None, dtype=None, out=None, keepdims=False, initial=_NoValue, where=True): (source)

Undocumented

def _var(a, axis=None, dtype=None, out=None, ddof=0, keepdims=False, *, where=True): (source)

Undocumented

_complex_to_float = (source)

Undocumented