-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Labels
LinearOperatorsFor issues relating to defining linear operators on AbstractDifferentialsFor issues relating to defining linear operators on AbstractDifferentials
Description
It would be useful to define adjoint
on thunks.
Some rules call adjoint
internally, .e.g. Cholesky,
and defining adjoint
would make it possible to call them without having to unthunk
first.
adjoint
is a linear operator so it should be fine to define.
Would be useful for invenia/Nabla.jl#189
(came up in the tests for Cholesky)
Metadata
Metadata
Assignees
Labels
LinearOperatorsFor issues relating to defining linear operators on AbstractDifferentialsFor issues relating to defining linear operators on AbstractDifferentials