julia
8a19b74b - Update symmetric docstring to reflect the type of uplo (#55504)

Commit
1 year ago
Update symmetric docstring to reflect the type of uplo (#55504) This brings the docstring closer to the actual implementation. In particular, following the current docstring and defining ```julia symmetric(::MyMatrix, uplo=:U) ``` leads to a method ambiguity, as `LinearAlgebra` defines `symmetric(::AbstractMatrix, uplo::Symbol=:U)`.
Author
Parents
Loading