原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.restoredot.html
校对:(虚位以待)
numpy.
restoredot
()[source]将dot
,vdot
和innerproduct恢复为默认的非BLAS实现。
通常,用户只需要在故障排除和安装问题时调用它,在没有加速BLAS的情况下再现构建的条件,或者在非常小心基准线性代数运算时。
注意
在Numpy中弃用1.10 cblas函数已经集成到多阵列模块中,并且现在更长的任何东西。它会在Numpy 1.11.0中删除。
也可以看看
alterdot
restoredot
撤销alterdot
的效果。