You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To improve performance there are several places where a "BLAS-based" change of the code could improve performance a little bit. BLAS Cython bindings are available in scipy. As a starting point look at the "convolve" functions used in several modules.
The text was updated successfully, but these errors were encountered:
To improve performance there are several places where a "BLAS-based" change of the code could improve performance a little bit. BLAS Cython bindings are available in scipy. As a starting point look at the "convolve" functions used in several modules.
The text was updated successfully, but these errors were encountered: