pub struct ScalarBackend;Expand description
Scalar (portable) SpMV backend.
Trait Implementations§
Source§impl SparseBackend for ScalarBackend
impl SparseBackend for ScalarBackend
Auto Trait Implementations§
impl Freeze for ScalarBackend
impl RefUnwindSafe for ScalarBackend
impl Send for ScalarBackend
impl Sync for ScalarBackend
impl Unpin for ScalarBackend
impl UnsafeUnpin for ScalarBackend
impl UnwindSafe for ScalarBackend
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