The elementwise unary minus (additive inverse) operator has recently been added to DaphneDSL. This task is to add it to DaphneLib, DAPHNE's Python API as well.
Hints:
The operator needs to be added to src/api/python/daphne/operator/nodes/matrix.py and .../scalar.py.
The elementwise unary minus (additive inverse) operator has recently been added to DaphneDSL. This task is to add it to DaphneLib, DAPHNE's Python API as well.
Hints:
src/api/python/daphne/operator/nodes/matrix.py
and.../scalar.py
.