pub struct SparseMatrix<R>where
R: SemiRing,{ /* private fields */ }
Implementations§
Source§impl<R> SparseMatrix<R>where
R: SemiRing,
impl<R> SparseMatrix<R>where
R: SemiRing,
Trait Implementations§
Source§impl<R> BlackBoxMatrix<R> for SparseMatrix<R>where
R: SemiRing,
impl<R> BlackBoxMatrix<R> for SparseMatrix<R>where
R: SemiRing,
Source§impl<R> Clone for SparseMatrix<R>where
R: SemiRing,
impl<R> Clone for SparseMatrix<R>where
R: SemiRing,
Source§impl<R> Debug for SparseMatrix<R>
impl<R> Debug for SparseMatrix<R>
Source§impl<R> From<Matrix<R>> for SparseMatrix<R>
impl<R> From<Matrix<R>> for SparseMatrix<R>
Source§impl<R> From<SparseMatrix<R>> for Matrix<R>where
R: SemiRing,
impl<R> From<SparseMatrix<R>> for Matrix<R>where
R: SemiRing,
Source§fn from(smat: SparseMatrix<R>) -> Self
fn from(smat: SparseMatrix<R>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<R> Freeze for SparseMatrix<R>
impl<R> RefUnwindSafe for SparseMatrix<R>
impl<R> Send for SparseMatrix<R>
impl<R> Sync for SparseMatrix<R>
impl<R> Unpin for SparseMatrix<R>
impl<R> UnwindSafe for SparseMatrix<R>
Blanket Implementations§
Source§impl<M, B> BlackBoxMIntMatrix<M> for B
impl<M, B> BlackBoxMIntMatrix<M> for B
fn minimal_polynomial(&self) -> Vec<MInt<M>>where
M: MIntConvert<u64>,
fn apply_pow<C>(&self, b: Vec<MInt<M>>, k: usize) -> Vec<MInt<M>>
fn black_box_determinant(&self) -> MInt<M>where
M: MIntConvert<u64>,
fn black_box_linear_equation(&self, b: Vec<MInt<M>>) -> Option<Vec<MInt<M>>>where
M: MIntConvert<u64>,
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