mdds

C++ library for multi-dimensional data structures and indexing

brewmacoslinux
Try with needOr install directly
Source

About

Multi-dimensional data structure and indexing algorithm

Commands

mdds

Examples

Check installed mdds version and library information$ pkg-config --modversion mdds
Display compiler flags needed to use mdds in C++ projects$ pkg-config --cflags --libs mdds
Verify mdds installation by checking header files location$ pkg-config --variable=includedir mdds