Submit
Path:
~
/
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
numpy
/
core
/
__pycache__
/
File Content:
info.cpython-37.pyc
B <�FdT � @ s( d Z ddlmZmZmZ dgZdgZdS )a� Defines a multi-dimensional array and useful procedures for Numerical computation. Functions - array - NumPy Array construction - zeros - Return an array of all zeros - empty - Return an uninitialized array - shape - Return shape of sequence or array - rank - Return number of dimensions - size - Return number of elements in entire array or a certain dimension - fromstring - Construct array from (byte) string - take - Select sub-arrays using sequence of indices - put - Set sub-arrays using sequence of 1-D indices - putmask - Set portion of arrays using a mask - reshape - Return array with new shape - repeat - Repeat elements of array - choose - Construct new array from indexed array tuple - correlate - Correlate two 1-d arrays - searchsorted - Search for element in 1-d array - sum - Total sum over a specified dimension - average - Average, possibly weighted, over axis or array. - cumsum - Cumulative sum over a specified dimension - product - Total product over a specified dimension - cumproduct - Cumulative product over a specified dimension - alltrue - Logical and over an entire axis - sometrue - Logical or over an entire axis - allclose - Tests if sequences are essentially equal More Functions: - arange - Return regularly spaced array - asarray - Guarantee NumPy array - convolve - Convolve two 1-d arrays - swapaxes - Exchange axes - concatenate - Join arrays together - transpose - Permute axes - sort - Sort elements of array - argsort - Indices of sorted array - argmax - Index of largest value - argmin - Index of smallest value - inner - Innerproduct of two arrays - dot - Dot product (matrix multiplication) - outer - Outerproduct of two arrays - resize - Return array with arbitrary new shape - indices - Tuple of indices - fromfunction - Construct array from universal function - diagonal - Return diagonal array - trace - Trace of array - dump - Dump array to file object (pickle) - dumps - Return pickled string representing data - load - Return array stored in file object - loads - Return array from pickled string - ravel - Return array as 1-D - nonzero - Indices of nonzero elements for 1-D array - shape - Shape of array - where - Construct array from binary result - compress - Elements of array where condition is true - clip - Clip array between two values - ones - Array of all ones - identity - 2-D identity array (matrix) (Universal) Math Functions add logical_or exp subtract logical_xor log multiply logical_not log10 divide maximum sin divide_safe minimum sinh conjugate bitwise_and sqrt power bitwise_or tan absolute bitwise_xor tanh negative invert ceil greater left_shift fabs greater_equal right_shift floor less arccos arctan2 less_equal arcsin fmod equal arctan hypot not_equal cos around logical_and cosh sign arccosh arcsinh arctanh � )�division�absolute_import�print_functionZtesting�*N)�__doc__Z __future__r r r ZdependsZglobal_symbols� r r �B/opt/alt/python37/lib64/python3.7/site-packages/numpy/core/info.py�<module>S s
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
__init__.cpython-37.opt-1.pyc
2396 bytes
0644
__init__.cpython-37.pyc
2396 bytes
0644
_internal.cpython-37.opt-1.pyc
17976 bytes
0644
_internal.cpython-37.pyc
17976 bytes
0644
_methods.cpython-37.opt-1.pyc
3632 bytes
0644
_methods.cpython-37.pyc
3632 bytes
0644
arrayprint.cpython-37.opt-1.pyc
24696 bytes
0644
arrayprint.cpython-37.pyc
24696 bytes
0644
cversions.cpython-37.opt-1.pyc
627 bytes
0644
cversions.cpython-37.pyc
627 bytes
0644
defchararray.cpython-37.opt-1.pyc
67295 bytes
0644
defchararray.cpython-37.pyc
67295 bytes
0644
einsumfunc.cpython-37.opt-1.pyc
27553 bytes
0644
einsumfunc.cpython-37.pyc
27553 bytes
0644
fromnumeric.cpython-37.opt-1.pyc
97995 bytes
0644
fromnumeric.cpython-37.pyc
97995 bytes
0644
function_base.cpython-37.opt-1.pyc
10937 bytes
0644
function_base.cpython-37.pyc
10937 bytes
0644
generate_numpy_api.cpython-37.opt-1.pyc
6316 bytes
0644
generate_numpy_api.cpython-37.pyc
6316 bytes
0644
getlimits.cpython-37.opt-1.pyc
13843 bytes
0644
getlimits.cpython-37.pyc
13843 bytes
0644
info.cpython-37.opt-1.pyc
4894 bytes
0644
info.cpython-37.pyc
4894 bytes
0644
machar.cpython-37.opt-1.pyc
7704 bytes
0644
machar.cpython-37.pyc
7704 bytes
0644
memmap.cpython-37.opt-1.pyc
10154 bytes
0644
memmap.cpython-37.pyc
10154 bytes
0644
numeric.cpython-37.opt-1.pyc
87253 bytes
0644
numeric.cpython-37.pyc
87335 bytes
0644
numerictypes.cpython-37.opt-1.pyc
23872 bytes
0644
numerictypes.cpython-37.pyc
23910 bytes
0644
records.cpython-37.opt-1.pyc
22279 bytes
0644
records.cpython-37.pyc
22279 bytes
0644
setup.cpython-37.opt-1.pyc
21942 bytes
0644
setup.cpython-37.pyc
21942 bytes
0644
setup_common.cpython-37.opt-1.pyc
9860 bytes
0644
setup_common.cpython-37.pyc
9860 bytes
0644
shape_base.cpython-37.opt-1.pyc
19337 bytes
0644
shape_base.cpython-37.pyc
19337 bytes
0644
N4ST4R_ID | Naxtarrr