Skip to content

Commit

Permalink
Add documentation to the sized identity matrix (#35705)
Browse files Browse the repository at this point in the history
* Add documentation to the sized identity matrix

As proposed on discourse, I would like to add this to improve the documentation. https://discourse.julialang.org/t/linear-algebra-tricks/38618/10?u=roble

* Adjustment

Let's hope that Documenter likes it this time

* Prepend function with module name.

One more try to pass that doc test

* Update stdlib/LinearAlgebra/docs/src/index.md

Co-authored-by: Morten Piibeleht <[email protected]>

Co-authored-by: Viral B. Shah <[email protected]>
Co-authored-by: Morten Piibeleht <[email protected]>
  • Loading branch information
3 people authored Jul 6, 2020
2 parents 8359c08 + 6e919d8 commit c769602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/LinearAlgebra/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ LinearAlgebra.UnitUpperTriangular
LinearAlgebra.UpperHessenberg
LinearAlgebra.UniformScaling
LinearAlgebra.I
LinearAlgebra.UniformScaling(::Integer)
LinearAlgebra.Factorization
LinearAlgebra.LU
LinearAlgebra.lu
Expand Down

1 comment on commit c769602

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

Please sign in to comment.