| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/scipy/interpolate/__pycache__/ |
Upload File : |
�
x�fi � � � d dgZ ddlZddlZddlmZ ddlmZ ddlm Z m
Z
ddlmZ dd l
mZ d
� Zd� Z G d� d � Zd
dej$ fd�Zy)�RegularGridInterpolator�interpn� N� )�_ndim_coords_from_arrays��PchipInterpolator)�evaluate_linear_2d�find_indices��make_interp_spline)�RectBivariateSplinec � � g }g }t | � D ]� \ }}t j |t �� }t j |dd |d d kD � sSt j |dd |d d k � r'|j |� t j |� }nt d|z � �t j |� }|j |� �� t |� t |� fS )N��dtyper ���zCThe points in dimension %d must be strictly ascending or descending)
� enumerate�np�asarray�float�all�append�flip�
ValueError�ascontiguousarray�tuple)�points�descending_dimensions�grid�i�ps �8/usr/lib/python3/dist-packages/scipy/interpolate/_rgi.py�
_check_pointsr"