Pacote: python3-cyarray (1.2-1 e outros)
Links para python3-cyarray
Recursos de Debian:
- Relatórios de bug
- Informação de desenvolvedor(a)
- Debian Changelog
- Arquivo de copyright
- Rastreador de patch Debian
Baixe o pacote-fonte cyarray:
Mantenedores(as):
Fontes externas:
- Pagina principal [github.com]
Pacotes similares:
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.
Outros pacotes relacionados a python3-cyarray
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU Biblioteca C: Bibliotecas compartilhadas
também um pacote virtual fornecido por 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.41) [loong64, sh4]
-
- dep: libc6.1 (>= 2.1.3) [alpha]
- GNU Biblioteca C: Bibliotecas compartilhadas
também um pacote virtual fornecido por libc6.1-udeb
- dep: libc6.1 (>= 2.37) [ia64]
-
- dep: libgcc-s1 (>= 3.5) [armel, armhf]
- Biblioteca de suporte GCC
- dep: libgcc-s1 (>= 4.2) [ia64]
-
- dep: python3
- linguagem orientada a objetos de alto nível e interativa (versão python3 padrão)
- dep: python3 (<< 3.13) [ia64]
- dep: python3 (<< 3.14) [não ia64]
- dep: python3 (>= 3.11~) [ia64]
- dep: python3 (>= 3.13~) [não ia64]
-
- dep: python3-mako [ia64]
- fast and lightweight templating for the Python 3 platform
-
- dep: python3-numpy [não ia64]
- Python library for numerical computations (Python 3)
- dep: python3-numpy (>= 1:1.22.0) [ia64]
-
- dep: python3-numpy-abi9 [ia64]
- pacote virtual fornecido por python3-numpy
-
- dep: python3-numpy2-abi0 [não ia64]
- pacote virtual fornecido por python3-numpy
- ou python3-numpy-abi9
- pacote virtual fornecido por python3-numpy
-
- dep: python3-pkg-resources [ia64]
- pacote de descoberta e acesso a recursos utilizando o pkg_resources
Download de python3-cyarray
Arquitetura | Versão | Tamanho do pacote | Tamanho instalado | Arquivos |
---|---|---|---|---|
alpha (porte não oficial) | 1.2-1 | 98.8 kB | 622.0 kB | [lista de arquivos] |
amd64 | 1.2-1 | 115.4 kB | 564.0 kB | [lista de arquivos] |
arm64 | 1.2-1 | 102.6 kB | 556.0 kB | [lista de arquivos] |
armel | 1.2-1 | 100.5 kB | 551.0 kB | [lista de arquivos] |
armhf | 1.2-1 | 104.1 kB | 423.0 kB | [lista de arquivos] |
hppa (porte não oficial) | 1.2-1 | 108.9 kB | 676.0 kB | [lista de arquivos] |
i386 | 1.2-1 | 110.3 kB | 591.0 kB | [lista de arquivos] |
ia64 (porte não oficial) | 1.1-7 | 165.6 kB | 1,675.0 kB | [lista de arquivos] |
loong64 (porte não oficial) | 1.2-1 | 111.3 kB | 620.0 kB | [lista de arquivos] |
m68k (porte não oficial) | 1.2-1 | 100.8 kB | 542.0 kB | [lista de arquivos] |
mips64el | 1.2-1 | 88.1 kB | 635.0 kB | [lista de arquivos] |
ppc64 (porte não oficial) | 1.2-1 | 108.2 kB | 748.0 kB | [lista de arquivos] |
ppc64el | 1.2-1 | 111.5 kB | 684.0 kB | [lista de arquivos] |
riscv64 | 1.2-1 | 123.0 kB | 476.0 kB | [lista de arquivos] |
s390x | 1.2-1 | 112.0 kB | 576.0 kB | [lista de arquivos] |
sh4 (porte não oficial) | 1.2-1 | 123.3 kB | 551.0 kB | [lista de arquivos] |
sparc64 (porte não oficial) | 1.2-1 | 89.4 kB | 1,136.0 kB | [lista de arquivos] |
x32 (porte não oficial) | 1.2-1 | 115.5 kB | 547.0 kB | [lista de arquivos] |