[ buster ]
[ sid ]
[ ソース: libkdtree++ ]
パッケージ: python-kdtree (0.7.1+git20101123-4 など)
python-kdtree に関するリンク
Debian の資源:
libkdtree++ ソースパッケージをダウンロード:
- [libkdtree++_0.7.1+git20101123-4.dsc]
- [libkdtree++_0.7.1+git20101123.orig.tar.xz]
- [libkdtree++_0.7.1+git20101123-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [alioth.debian.org]
類似のパッケージ:
container for kd-tree sorting for Python
A container implementing k-dimensional space sorting using a kd-tree. It:
- supports two- to six-dimensional spaces - can store any data structure - provides standard find as well as range queries - has amortised O(lg n) time (O(n lg n) worst case) on most operations (insert/erase/find optimised) and worst-case O(n) space - provides means to rebalance and thus optimise the tree
This package contains the extension built for the Python interpreter.
その他の python-kdtree 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.4) [armhf, i386]
-
- dep: libgcc1 (>= 1:3.0) [armhf 以外]
- GCC 共有ライブラリ
- dep: libgcc1 (>= 1:3.5) [armhf]
-
- dep: libstdc++6 (>= 5)
- GNU 標準 C++ ライブラリ v3
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
- dep: python (<< 2.8)
- dep: python (>= 2.7~)