pub struct LinearWorkspace { /* private fields */ }Expand description
Pre-allocated workspace to avoid dynamic vector re-allocations during recursive divide-and-conquer steps.
Implementations§
Trait Implementations§
Source§impl Default for LinearWorkspace
impl Default for LinearWorkspace
Source§fn default() -> LinearWorkspace
fn default() -> LinearWorkspace
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinearWorkspace
impl RefUnwindSafe for LinearWorkspace
impl Send for LinearWorkspace
impl Sync for LinearWorkspace
impl Unpin for LinearWorkspace
impl UnsafeUnpin for LinearWorkspace
impl UnwindSafe for LinearWorkspace
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