-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
JuliaLang/julia
#38168Description
Is there a reason why in LinearAlgebra transposes and adjoints of triangular matrices are not triangular matrices themselves? For example why transpose of an UpperTriangular matrix is not a LowerTriangular matrix that wraps transpose of the original matrix.
StaticArrays does commute these two wrappers as the issue was raised here: JuliaArrays/StaticArrays.jl#837 (comment) . Essentially all algorithms that work on triangular matrices could also work on transposes and adjoints of them but not commuting these two wrappers makes it harder to dispatch on matrices with triangular structure.
oscardssmith and longemen3000
Metadata
Metadata
Assignees
Labels
No labels