This template library provides a modern STL-like look and feel
to the MuPAD Application Programming Interface. Features:
- Wrapper to use a MuPAD lists as standard containers
- Easy C++ <-> MuPAD conversions with one single
overloaded template for each directions:
- C++ object -> MuPAD object:
CtoM(c)
- MuPAD object -> C++ object:
MtoC(c)
This include conversions to/from containers and recursive
containers
The only reason why MAPITL is distributed here is that its
development was triggered by a need for GLIPmod. We will move
it soon to a more proper place.