Scheduler: Added support for composite operations including unary operations.
Enables support for operations like C = fabs(A - trans(B)) and is supposed to work with both matrix and vector expressions.
Loading
Please sign in to comment
Enables support for operations like C = fabs(A - trans(B)) and is supposed to work with both matrix and vector expressions.