Skip to content

Commit

Permalink
Make using LinearAlgebra explicit (#29188)
Browse files Browse the repository at this point in the history
  • Loading branch information
stillyslalom authored and KristofferC committed Feb 20, 2020
1 parent a5d9452 commit 560761d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/LinearAlgebra/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DocTestSetup = :(using LinearAlgebra)
```

In addition to (and as part of) its support for multi-dimensional arrays, Julia provides native implementations
of many common and useful linear algebra operations. Basic operations, such as [`tr`](@ref), [`det`](@ref),
of many common and useful linear algebra operations which can be loaded with `using LinearAlgebra`. Basic operations, such as [`tr`](@ref), [`det`](@ref),
and [`inv`](@ref) are all supported:

```jldoctest
Expand Down

0 comments on commit 560761d

Please sign in to comment.