Closed
Description
This behaviour is inconsistent with real(::Array)
, which is not deprecated (per discussion in #20387)
julia> a = speye(Complex128,10,10);
julia> real(a)
WARNING: real(A::SparseMatrixCSC) is deprecated, use real.(A) instead.
Metadata
Metadata
Assignees
Labels
No labels