This is documentation for an old release of NumPy (version 1.9.2). Read this page in the documentation of the latest stable release (version > 1.17).
numpy.restoredot¶
- numpy.restoredot()¶
Restore dot, vdot, and innerproduct to 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.
See also
- alterdot
- restoredot undoes the effects of alterdot.