[ buster ]
[ sid ]
[ Bron: libkdtree++ ]
Pakket: python-kdtree-dbg (0.7.1+git20101123-4 en anderen)
Verwijzigingen voor python-kdtree-dbg
Debian bronnen:
Het bronpakket libkdtree++ downloaden:
- [libkdtree++_0.7.1+git20101123-4.dsc]
- [libkdtree++_0.7.1+git20101123.orig.tar.xz]
- [libkdtree++_0.7.1+git20101123-4.debian.tar.xz]
Beheerder:
Externe bronnen:
- Homepage [alioth.debian.org]
Vergelijkbare pakketten:
container for kd-tree sorting for Python (debug extension)
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 debug interpreter.
Andere aan python-kdtree-dbg gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: libgcc1 (>= 1:3.0)
- GCC support bibliotheek
-
- dep: libstdc++6 (>= 5)
- GNU Standard C++ Library v3
-
- dep: python-dbg
- debug build of the Python Interpreter2 (version 2.7)
- dep: python-dbg (<< 2.8)
- dep: python-dbg (>= 2.7~)
-
- dep: python-kdtree (= 0.7.1+git20101123-4+b4)
- container for kd-tree sorting for Python