pub struct SubsetConvolve<M> { /* private fields */ }
Trait Implementations§
Source§impl<R> ConvolveSteps for SubsetConvolve<R>
impl<R> ConvolveSteps for SubsetConvolve<R>
type T = Vec<<R as SemiRing>::T>
type F = Vec<Vec<<R as SemiRing>::T>>
fn length(t: &Self::T) -> usize
fn transform(t: Self::T, len: usize) -> Self::F
fn inverse_transform(f: Self::F, len: usize) -> Self::T
fn multiply(f: &mut Self::F, g: &Self::F)
fn convolve(a: Self::T, b: Self::T) -> Self::T
Auto Trait Implementations§
impl<M> Freeze for SubsetConvolve<M>
impl<M> RefUnwindSafe for SubsetConvolve<M>
impl<M> Send for SubsetConvolve<M>
impl<M> Sync for SubsetConvolve<M>
impl<M> Unpin for SubsetConvolve<M>
impl<M> UnwindSafe for SubsetConvolve<M>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more