[Numpy-discussion] numpy vs numeric benchmarks (original) (raw)
Robert Kern robert.kern at gmail.com
Fri Jun 2 12:16:46 EDT 2006
- Previous message (by thread): [Numpy-discussion] Numpy, BLAS & LAPACK
- Next message (by thread): [Numpy-discussion] numpy vs numeric benchmarks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Filip Wasilewski wrote:
So the next question is what's the difference between matrixmultiply and dot in NumPy?
matrixmultiply is a deprecated compatibility name. Always use dot. dot will get replaced with the optimized dotblas implementation when an optimized BLAS is available. matrixmultiply will not (probably not intentionally, but I'm happy with the current situation).
-- Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco
- Previous message (by thread): [Numpy-discussion] Numpy, BLAS & LAPACK
- Next message (by thread): [Numpy-discussion] numpy vs numeric benchmarks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]