Skip to content

Defined dot on Composite #220

Open
Open
@oxinabox

Description

@oxinabox

Follow up to #201

Dot its defined recursively, (like adjoint and transpose).

julia> using LinearAlgebra

julia> x = [1, 10];

julia> y = [x, x]
2-element Vector{Vector{Int64}}:
 [1, 10]
 [1, 10]


julia> dot(y,y)
202

It that should have a natural defintion for Composites, even for Composites of Composites.

It seems like a thing that is generally defined on vector spaces.

Metadata

Metadata

Assignees

No one assigned

    Labels

    LinearOperatorsFor issues relating to defining linear operators on AbstractDifferentialsStructural TangentRelated to the `Tangent` type for structured (composite) valuespending-clear-needWe are not certain we need this. So waiting for evidence to be presented

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions