lgatr.primitives.bilinear
Geometric product.
Functions
|
Compute the geometric product |
- lgatr.primitives.bilinear.geometric_product(x, y, *, config)[source]
Compute the geometric product
f(x, y) = x * y.- Parameters:
x (
Tensor) – First input multivector of shape(..., 16). Batch dimensions must be broadcastable betweenxandy.y (
Tensor) – Second input multivector of shape(..., 16). Batch dimensions must be broadcastable betweenxandy.config (
PrimitivesConfig) – LGATr primitives configuration.
- Returns:
Result of shape
(..., 16). Batch dimensions are the broadcast ofxandy.- Return type:
outputs