パッケージ: python3-cyarray (1.1-9 など)
python3-cyarray に関するリンク
Debian の資源:
cyarray ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Fast, typed, resizable, Cython array
The cyarray package provides a fast, typed, re-sizable, Cython array.
It currently provides the following arrays: ``IntArray, UIntArray, LongArray, FloatArray, DoubleArray``.
All arrays provide for the following operations:
- access by indexing. - access through get/set function. - resizing the array. - appending values at the end of the array. - reserving space for future appends. - access to internal data through a numpy array.
If you are writing Cython code this is a convenient array to use as it exposes the raw underlying pointer to the data. For example if you use a ``FloatArray`` and access its ``data`` attribute it will be a ``float*``.
Each array also provides an interface to its data through a numpy array. This is done through the ``get_npy_array`` function. The returned numpy array can be used just like any other numpy array but for the following restrictions:
- the array may not be resized. - references of this array should not be kept. - slices of this array may not be made.
The numpy array may however be copied and used in any manner.
その他の python3-cyarray 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
- dep: libc6 (>= 2.16) [x32]
- dep: libc6 (>= 2.17) [arm64, ppc64el]
- dep: libc6 (>= 2.2) [hppa]
- dep: libc6 (>= 2.27) [riscv64]
- dep: libc6 (>= 2.4) [armel, armhf, i386, m68k, mips64el, ppc64, s390x, sparc64]
- dep: libc6 (>= 2.40) [sh4]
-
- dep: libc6.1 (>= 2.1.3) [alpha]
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6.1-udeb
- dep: libc6.1 (>= 2.37) [ia64]
-
- dep: libgcc-s1 (>= 3.5) [armel, armhf]
- GCC 共有ライブラリ
- dep: libgcc-s1 (>= 4.2) [ia64]
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.13) [ia64, x32]
- dep: python3 (<< 3.14) [ia64, x32 以外]
- dep: python3 (>= 3.11~) [ia64]
- dep: python3 (>= 3.12~) [ia64 以外]
-
- dep: python3-mako
- fast and lightweight templating for the Python 3 platform
-
- dep: python3-numpy (>= 1:1.22.0) [ia64]
- Fast array facility to the Python language (Python 3)
- dep: python3-numpy (>= 1:1.25.0) [ia64 以外]
-
- dep: python3-numpy-abi9
- 以下のパッケージによって提供される仮想パッケージです: python3-numpy
-
- dep: python3-pkg-resources [ia64]
- pkg_resources を用いたパッケージ検索およびリソースアクセス
python3-cyarray のダウンロード
アーキテクチャ | バージョン | パッケージサイズ | インストールサイズ | ファイル |
---|---|---|---|---|
alpha (非公式の移植版) | 1.1-9+b1 | 141.1 kB | 1,147.0 kB | [ファイル一覧] |
amd64 | 1.1-9+b1 | 169.2 kB | 1,027.0 kB | [ファイル一覧] |
arm64 | 1.1-9+b1 | 147.0 kB | 1,015.0 kB | [ファイル一覧] |
armel | 1.1-9+b1 | 141.0 kB | 957.0 kB | [ファイル一覧] |
armhf | 1.1-9+b1 | 148.6 kB | 733.0 kB | [ファイル一覧] |
hppa (非公式の移植版) | 1.1-9+b1 | 151.5 kB | 1,244.0 kB | [ファイル一覧] |
i386 | 1.1-9+b1 | 151.5 kB | 1,077.0 kB | [ファイル一覧] |
ia64 (非公式の移植版) | 1.1-7 | 165.6 kB | 1,675.0 kB | [ファイル一覧] |
m68k (非公式の移植版) | 1.1-9+b1 | 146.6 kB | 989.0 kB | [ファイル一覧] |
mips64el | 1.1-9+b1 | 120.1 kB | 1,173.0 kB | [ファイル一覧] |
ppc64 (非公式の移植版) | 1.1-9+b1 | 150.2 kB | 1,399.0 kB | [ファイル一覧] |
ppc64el | 1.1-9+b1 | 155.7 kB | 1,271.0 kB | [ファイル一覧] |
riscv64 | 1.1-9+b1 | 178.3 kB | 863.0 kB | [ファイル一覧] |
s390x | 1.1-9+b1 | 161.2 kB | 1,067.0 kB | [ファイル一覧] |
sh4 (非公式の移植版) | 1.1-9+b1 | 168.4 kB | 1,005.0 kB | [ファイル一覧] |
sparc64 (非公式の移植版) | 1.1-9+b1 | 125.6 kB | 2,175.0 kB | [ファイル一覧] |
x32 (非公式の移植版) | 1.1-9 | 116.4 kB | 545.0 kB | [ファイル一覧] |