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 8df86fb commit 60ae8ddCopy full SHA for 60ae8dd
README.md
@@ -17,7 +17,7 @@ algebra routines. This supports a much wider class of matrix types than Julia's
17
`StridedArray`. Here is an example:
18
19
```julia
20
-julia> using ArrayLayouts
+julia> using ArrayLayouts, LinearAlgebra
21
22
julia> A = randn(10_000,10_000); x = randn(10_000); y = similar(x);
23
0 commit comments