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
Fix convention of PolynomialTensor basis change (#805)
In general, we rotate a matrix M to M' is to apply a rotation matrix R:
M' = R @ M @ R.T
The corresponding Einstein notation is
M'^{p_1p_2} = R^{p_1}_{a_1} R^{p_2}_{b_1} M^{a_1a_2}
---------
Co-authored-by: Matthew Harrigan <mpharrigan@google.com>
Co-authored-by: Michael Hucka <mhucka@google.com>
Co-authored-by: arettig <arettig@google.com>
0 commit comments