📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 03:10:06
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
numpy
/
core
/
__pycache__
📍 /opt/alt/python37/lib64/python3.7/site-packages/numpy/core/__pycache__
🔄 Refresh
✏️
Editing: _methods.cpython-37.pyc
Read Only
B ��Fd` � @ s� d Z ddlmZmZmZ ddlZddlmZ ddlm Z ddlmZ ddlm Z e jjZe jjZe jjZe jjZe jjZe jjZdd d �Zddd�Zdd d�Zd dd�Zd!dd�Z d"dd�Z!dd� Z"d#dd�Z#d$dd�Z$d%dd�Z%dS )&zx Array methods which are called by both the C-code for the method and the Python code for the NumPy-namespace function � )�division�absolute_import�print_functionN)� multiarray)�umath)� asanyarray)�numerictypesFc C s t | |d ||�S )N)�umr_maximum)�a�axis�out�keepdims� r �F/opt/alt/python37/lib64/python3.7/site-packages/numpy/core/_methods.py�_amax s r c C s t | |d ||�S )N)�umr_minimum)r r r r r r r �_amin s r c C s t | ||||�S )N)�umr_sum)r r �dtyper r r r r �_sum s r c C s t | ||||�S )N)�umr_prod)r r r r r r r r �_prod"