pub struct SparseMatrix<T> { /* private fields */ }
Implementations§
Source§impl<T: Zero> SparseMatrix<T>
impl<T: Zero> SparseMatrix<T>
pub fn zero(dimensions: (usize, usize)) -> SparseMatrix<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for SparseMatrix<T>
impl<T> RefUnwindSafe for SparseMatrix<T>where
T: RefUnwindSafe,
impl<T> Send for SparseMatrix<T>where
T: Send,
impl<T> Sync for SparseMatrix<T>where
T: Sync,
impl<T> Unpin for SparseMatrix<T>
impl<T> UnwindSafe for SparseMatrix<T>where
T: RefUnwindSafe,
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