Blitz++/Python Arrays¶
This module offers its users a simple pythonic wrapper over Blitz++ array
objects which allows for type-free manipulation of those typed objects in
Python code. It also offers a C and a C++ API for efficiently converting
between numpy.ndarray
and the Blitz++ C++ or Pythonic API.