Skip to content

Transposes and adjoints of triangular matrices #774

@mateuszbaran

Description

@mateuszbaran

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions