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 rewrite takes advantage of the fact that for a diagonal matrix, the determinant value is the product of its diagonal elements.
428
+
This rewrite takes advantage of the fact that for a diagonal matrix, the determinant value is the product of its
429
+
diagonal elements.
426
430
427
-
The presence of a diagonal matrix is detected by inspecting the graph. This rewrite can identify diagonal matrices that arise as the result of elementwise multiplication with an identity matrix. Specialized computation is used to make this rewrite as efficient as possible, depending on whether the multiplication was with a scalar, vector or a matrix.
431
+
The presence of a diagonal matrix is detected by inspecting the graph. This rewrite can identify diagonal matrices
432
+
that arise as the result of elementwise multiplication with an identity matrix. Specialized computation is used to
433
+
make this rewrite as efficient as possible, depending on whether the multiplication was with a scalar,
0 commit comments