提交 d49c5943 authored 作者: Frederic Bastien's avatar Frederic Bastien

Added comment in the sandbox file.

上级 4fdef293
......@@ -4,6 +4,13 @@ Optimization to specialize gemm -> ger are not written
Scipy implementation is not written
We need to call scipy.linalg.blas.[cf]blas.[sdcz]ger here to don't loose speed again the old Outer op.
Here is the scipy signature: ger(alpha,x,y,incx=1,incy=1,a=0.0,overwrite_x=1,overwrite_y=1,overwrite_a=0)
http://www.scipy.org/doc/api_docs/SciPy.lib.blas.info.html
C implementation is not written.
Tests are not written.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论