pub trait RightContraction<T> {
type Output;
// Required method
fn right_contraction(self, other: T) -> Self::Output;
}
Expand description
Geometric product grade filtered by t == r - s
pub trait RightContraction<T> {
type Output;
// Required method
fn right_contraction(self, other: T) -> Self::Output;
}
Geometric product grade filtered by t == r - s