Closed artivis closed 3 months ago
Add 'vee', the API is shown in the following pseudo-code:
LieAlg lie_alg = Tangent::Random().hat(); --- Tangent tangent = Tangent::Vee( lie_alg ); // or tangent.setVee( lie_alg );
Add 'vee', the API is shown in the following pseudo-code: