mds-utils
General purpose utilities for C++ and Python developers
This library is intended to become a collection of several C++ utilities.
At present it contains:
1. a tool for detecting machine endianity.
2. utilities for the Boost uBLAS library. Amongst them, some type traits for detecting different uBLAS matrix types.
3. some useful classes that allow to treat the old C FILE pointer as a C++ stream.
4. C++ wrappers of the main Python objects, independent of those in Boost Python. Wrappers are provided also for NumPy arrays.
5. ...