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
AmbiguousLookupError: For function `dot`, `(<4x4 Dense with dtype=int64>, <4x4 Identity with dtype=int64>)` is ambiguous among the following:
Dispatched on dot(cola.ops.operator_base.LinearOperator, cola.ops.operator_base.LinearOperator) (precedence: 0)
Dispatched on dot(typing.Any, cola.ops.operators.Identity) (precedence: 0)```
The text was updated successfully, but these errors were encountered:
🐛 Bug
multiplying a dense or diagonal matrix by an Indentity matrix gives a dispatch failure:
** Stack trace/error message **
The text was updated successfully, but these errors were encountered: