Skip to content

Commit 60ae8dd

Browse files
authored
Update example in README.md (#171)
Import LinearAlgebra to make the example easier to copy-paste
1 parent 8df86fb commit 60ae8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ algebra routines. This supports a much wider class of matrix types than Julia's
1717
`StridedArray`. Here is an example:
1818

1919
```julia
20-
julia> using ArrayLayouts
20+
julia> using ArrayLayouts, LinearAlgebra
2121

2222
julia> A = randn(10_000,10_000); x = randn(10_000); y = similar(x);
2323

0 commit comments

Comments
 (0)