File: index.rst

package info (click to toggle)
mdds 3.1.0-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 6,064 kB
  • sloc: cpp: 20,809; sh: 1,369; makefile: 624; python: 603
file content (37 lines) | stat: -rw-r--r-- 811 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.. mdds documentation master file, created by
   sphinx-quickstart on Tue Sep 22 20:54:14 2015.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

.. _index:

mdds documentation
==================

Multi-dimensional data structure, or mdds for short, is a collection of data
structures and indexing algorithms that are useful for storing and indexing
multi-dimensional data for C++ projects.

Contents:

.. toctree::
   :maxdepth: 1

   global.rst
   flat_segment_tree/index.rst
   segment_tree/index.rst
   point_quad_tree.rst
   multi_type_vector/index.rst
   multi_type_matrix.rst
   sorted_string_map/index.rst
   trie_map/index.rst
   rtree/index.rst
   api.rst


Indices and tables
==================

* :ref:`genindex`
* :ref:`search`