pub struct PioSparseMatrix(/* private fields */);Expand description
Immutable CSR sparse matrix.
Auto Trait Implementations§
impl Freeze for PioSparseMatrix
impl RefUnwindSafe for PioSparseMatrix
impl Send for PioSparseMatrix
impl Sync for PioSparseMatrix
impl Unpin for PioSparseMatrix
impl UnsafeUnpin for PioSparseMatrix
impl UnwindSafe for PioSparseMatrix
Blanket Implementations§
impl<T> Allocation for T
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