Skip to content

5-arg mul! for all AbstractTangents #355

Open
@oxinabox

Description

@oxinabox

We should define 5 arg mul! for all the abstract tangents.
It can use the same logic we already have in the differential_arithmatic file.

We can for AbstractZeroTangents optimize this e.g.

LinearAlgebra.mul!(C, ::AbstractZeroTangent, ::Any, ::Any, b) = C *=b

Metadata

Metadata

Assignees

No one assigned

    Labels

    LinearOperatorsFor issues relating to defining linear operators on AbstractDifferentials

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions