You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could simplify the definition of multiply, ewise_add, and ewise_multiply. Users could also define semirings in-place using a monoid and a binary operator.
multiply(a, b, c, {grb::plus(), grb::times()});
The text was updated successfully, but these errors were encountered:
This could simplify the definition of
multiply
,ewise_add
, andewise_multiply
. Users could also define semirings in-place using a monoid and a binary operator.multiply(a, b, c, {grb::plus(), grb::times()});
The text was updated successfully, but these errors were encountered: