| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/scipy/interpolate/__pycache__/ |
Upload File : |
�
d�c-i � � � d dgZ ddlZddlZddlmZ ddlmZ ddlm Z m
Z
ddlmZ dd l
mZ d
� Zd� Z G d� d � � Zd
dej fd�ZdS )�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� k � � sdt j |dd � |d d� k � � r*|� |� � t j |� � }nt d|z � � �t 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"