[ aria ]
[ ソース: contourpy ]
パッケージ: python3-contourpy (1.0.7-1 など)
python3-contourpy に関するリンク
contourpy ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [contourpy.readthedocs.io]
類似のパッケージ:
Python library for calculating contours of 2D quadrilateral grids
ContourPy is a Python library for calculating contours of 2D quadrilateral grids. It is written in C++11 and wrapped using pybind11.
It contains the 2005 and 2014 algorithms used in Matplotlib as well as a newer algorithm that includes more features and is available in both serial and multithreaded versions. It provides an easy way for Python libraries to use contouring algorithms without having to include Matplotlib as a dependency.
その他の python3-contourpy 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.32)
- GNU C Library: Shared libraries
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC support library
-
- dep: libstdc++6 (>= 12)
- GNU Standard C++ Library v3
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.12)
- dep: python3 (>= 3.11~)
-
- dep: python3-numpy
- Fast array facility to the Python 3 language