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):

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

def _clip_dep_is_byte_swapped(a):

Undocumented

def _clip_dep_is_scalar_nan(a):

Undocumented

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

Undocumented

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

Undocumented

def _dumps(self, protocol=2):

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

_complex_to_float =

Undocumented