0
julia> using LinearAlgebra;                                                                   
a = [b; for b in names(LinearAlgebra)]
131-element Vector{Symbol}:
 :/
 :Adjoint
 :BLAS
 :Bidiagonal
 :BunchKaufman
 :Cholesky
 :CholeskyPivoted
 :ColumnNorm
 :Diagonal
 :Eigen
 :Factorization
 :GeneralizedEigen
 :GeneralizedSVD
 :GeneralizedSchur
 :Hermitian
 :Hessenberg
 :I
 ⋮
 :schur
 :schur!
 :svd
 :svd!
 :svdvals
 :svdvals!
 :sylvester
 :tr
 :transpose
 :transpose!
 :tril
 :tril!
 :triu
 :triu!
 :×
 :⋅

julia> clipboard(a)

julia> using Markdown

julia> clipboard(Markdown.plain(a))

The last two operators are not visible in the command line. What exactly are they?

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Browse other questions tagged or ask your own question.