Skip to content

transpose and adjoint #104

@stevengj

Description

@stevengj

Currently we override transpose and adjoint to make copies here: https://github.com/JuliaLinearAlgebra/SkewLinearAlgebra.jl/blob/main/src/skewhermitian.jl#L115-L116

Instead, the right thing to do is to use the default definitions of these functions, which create Transpose and Adjoint wrappers around the matrix without making a copy.

Ideally, one then defines specialized methods for Adjoint{<:SkewHermitian} which exploit the fact that it is merely a sign flip.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions