Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python35
/
lib64
/
python3.5
/
site-packages
/
numpy
/
core
/
__pycache__
/
File Content:
info.cpython-35.pyc
X��fR � @ s8 d Z d d l m Z m Z m Z d g Z d g Z d S)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 unitialized 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 �/info.py�<module>S s
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
__init__.cpython-35.opt-1.pyc
2132 bytes
0644
__init__.cpython-35.pyc
2132 bytes
0644
_internal.cpython-35.opt-1.pyc
14636 bytes
0644
_internal.cpython-35.pyc
14636 bytes
0644
_methods.cpython-35.opt-1.pyc
3846 bytes
0644
_methods.cpython-35.pyc
3846 bytes
0644
arrayprint.cpython-35.opt-1.pyc
21766 bytes
0644
arrayprint.cpython-35.pyc
21766 bytes
0644
cversions.cpython-35.opt-1.pyc
599 bytes
0644
cversions.cpython-35.pyc
599 bytes
0644
defchararray.cpython-35.opt-1.pyc
69050 bytes
0644
defchararray.cpython-35.pyc
69050 bytes
0644
fromnumeric.cpython-35.opt-1.pyc
98792 bytes
0644
fromnumeric.cpython-35.pyc
98792 bytes
0644
function_base.cpython-35.opt-1.pyc
6502 bytes
0644
function_base.cpython-35.pyc
6502 bytes
0644
generate_numpy_api.cpython-35.opt-1.pyc
6625 bytes
0644
generate_numpy_api.cpython-35.pyc
6625 bytes
0644
getlimits.cpython-35.opt-1.pyc
9582 bytes
0644
getlimits.cpython-35.pyc
9582 bytes
0644
info.cpython-35.opt-1.pyc
4846 bytes
0644
info.cpython-35.pyc
4846 bytes
0644
machar.cpython-35.opt-1.pyc
8200 bytes
0644
machar.cpython-35.pyc
8200 bytes
0644
memmap.cpython-35.opt-1.pyc
9819 bytes
0644
memmap.cpython-35.pyc
9819 bytes
0644
numeric.cpython-35.opt-1.pyc
87423 bytes
0644
numeric.cpython-35.pyc
87535 bytes
0644
numerictypes.cpython-35.opt-1.pyc
25473 bytes
0644
numerictypes.cpython-35.pyc
25518 bytes
0644
records.cpython-35.opt-1.pyc
23883 bytes
0644
records.cpython-35.pyc
23883 bytes
0644
setup.cpython-35.opt-1.pyc
25063 bytes
0644
setup.cpython-35.pyc
25063 bytes
0644
setup_common.cpython-35.opt-1.pyc
10328 bytes
0644
setup_common.cpython-35.pyc
10328 bytes
0644
shape_base.cpython-35.opt-1.pyc
9719 bytes
0644
shape_base.cpython-35.pyc
9719 bytes
0644
N4ST4R_ID | Naxtarrr