Implement negation on StructuralTangents #669
Labels
good first issue
Good for newcomers
Structural Tangent
Related to the `Tangent` type for structured (composite) values
I was sure we had this already, but it seems not.
Implementation should be simple
Base.:-(t::StructuralTangent) = map(-, t)
plus tests
The text was updated successfully, but these errors were encountered: