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
Currently we compose elements in the group via the LieGroupElement.compose function, but would it be better to implement this using operators? I.e. + to mean the group operation and -x to mean the inverse of x?
The text was updated successfully, but these errors were encountered:
Currently we compose elements in the group via the
LieGroupElement.compose
function, but would it be better to implement this using operators? I.e.+
to mean the group operation and-x
to mean the inverse ofx
?The text was updated successfully, but these errors were encountered: