The scipy document gives examples of Blitz++ style operations when using weave.blitz() and C style indexing when using weave.inline(). Does weave.inline() also support Blitz++ style indexing and reductions. That will be very convenient. If weave.inline() does indeed allow Blitz++ style indexing, could you tell me how to get a Blitz array from a numpy array in the weave.inline() code. Much appreciated.
The scipy document gives examples of Blitz++ style operations when using weave.blitz() and C
Share
Here is an example, set the type_converter = weave.converters.blitz when calling weave.inline()