No subject
Sun Nov 12 08:01:13 CET 2006
called matrixmultiply here could cause problems. But maybe not. Could
someone please inform me whether it would be possible to adapt numeric
to use the star operator for matrixmultiply.
I think numeric is a great package and if it were just for me I would
use the standard package, but since this is not for one of my own
projects I would rather not interfere with design decisions. In fact
it could be that if no python module that uses the star operator for
matrixmultiply can be found, python would not be used at all for
this project.
The main project line is an educational course where students study paper
material (in which matrix multiplications are notated by A = B * C or
something like this) and python would be used to corroborate the results. If
python does not fullfill the need for the star operator things will probably
stay the way they are now.
Anton.
More information about the Python-list
mailing list