We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6aab27 commit 47ff5f4Copy full SHA for 47ff5f4
README.md
@@ -45,7 +45,7 @@ B2 = At'X2;
45
46
## Notes
47
* If the right hand side `X` is a `Vector`, you need to use `At'X` to
48
-get threading. `A*X` will not work.
+get threading. `At*X` will not work.
49
* You might only get speedups for large matrices. Use `@btime` from
50
the [BenchmarkTools.jl](https://github.com/JuliaCI/BenchmarkTools.jl)
51
package to check if your use case is improved.
0 commit comments