pub struct SqrtDecompositionBuckets<S>where
S: SqrtDecomposition,{ /* private fields */ }
Implementations§
Source§impl<S> SqrtDecompositionBuckets<S>where
S: SqrtDecomposition,
impl<S> SqrtDecompositionBuckets<S>where
S: SqrtDecomposition,
pub fn update_cell(&mut self, i: usize, x: <S::M as Magma>::T)
pub fn update<R>(&mut self, range: R, x: <S::M as Magma>::T)where
R: RangeBounds<usize>,
pub fn get(&self, i: usize) -> <S::M as Magma>::T
pub fn fold<R>(&self, range: R) -> <S::M as Magma>::Twhere
R: RangeBounds<usize>,
Auto Trait Implementations§
impl<S> Freeze for SqrtDecompositionBuckets<S>
impl<S> RefUnwindSafe for SqrtDecompositionBuckets<S>where
<S as SqrtDecomposition>::B: RefUnwindSafe,
<<S as SqrtDecomposition>::M as Magma>::T: RefUnwindSafe,
impl<S> Send for SqrtDecompositionBuckets<S>
impl<S> Sync for SqrtDecompositionBuckets<S>
impl<S> Unpin for SqrtDecompositionBuckets<S>
impl<S> UnwindSafe for SqrtDecompositionBuckets<S>where
<S as SqrtDecomposition>::B: UnwindSafe,
<<S as SqrtDecomposition>::M as Magma>::T: UnwindSafe,
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