macro_rules! test_variable {
($var:ident) => { ... };
}Expand description
Test (most of) the lie group rules
Specifically this tests:
- identity
- inverse
- associativity
- exp/log are invertible near the origin
macro_rules! test_variable {
($var:ident) => { ... };
}Test (most of) the lie group rules
Specifically this tests: