-
numpy.restoredot()[source] -
Restore
dot,vdot, andinnerproductto the default non-BLAS implementations.Typically, the user will only need to call this when troubleshooting and installation problem, reproducing the conditions of a build without an accelerated BLAS, or when being very careful about benchmarking linear algebra operations.
Note
Deprecated in Numpy 1.10 The cblas functions have been integrated into the multarray module and restoredot now longer does anything. It will be removed in Numpy 1.11.0.
See also
-
alterdot -
restoredotundoes the effects ofalterdot.
-
numpy.restoredot()
2025-01-10 15:47:30
Please login to continue.