Skip to content

On a new operator acting on the right side #301

@albertomercurio

Description

@albertomercurio

The current defined operators act only on the left.

For example

A = MatrixOperator(rand(10,10))
u = rand(10, 10)

the action A(u, p, t) is equivalent to A.A * u, acting on the left.

It would be very helpful to define an operator that allows to act the embedded operators from the right instead. Something like

O = RightActionOperator(A)

O(u, p, t) == u * A.A # true

Do you think it is something possible?

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