Open
Description
This is annoying if you run into it. I imagine that the best fix is a special method for the size
of this complicated type of Complex
array.
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.4.0-rc2.0 (2020-02-24)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
julia> x = randn(3);
julia> transpose(x)'
3-element Array{Float64,1}:
-0.36345466121621794
0.07867715859941832
0.14644026210406283
julia> x = Complex.(x);
julia> transpose(x)'
3×1 LinearAlgebra.Adjoint{Complex{Float64},LinearAlgebra.Transpose{Complex{Float64},Array{Complex{Float64},1}}}:
-0.36345466121621794 - 0.0im
0.07867715859941832 - 0.0im
0.14644026210406283 - 0.0im
Metadata
Metadata
Assignees
Labels
No labels