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