pub struct MatrixRowExtractor {}Implementations§
Trait Implementations§
source§impl Clone for MatrixRowExtractor
impl Clone for MatrixRowExtractor
source§fn clone(&self) -> MatrixRowExtractor
fn clone(&self) -> MatrixRowExtractor
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MatrixRowExtractor
impl Debug for MatrixRowExtractor
source§impl<Row: ValueType> ExtractMatrixRow<Row> for MatrixRowExtractor
impl<Row: ValueType> ExtractMatrixRow<Row> for MatrixRowExtractor
fn apply( &self, matrix_to_extract_from: &(impl GraphblasSparseMatrixTrait + ContextTrait + SparseMatrixTrait), row_index_to_extract: &ElementIndex, indices_to_extract: &ElementIndexSelector<'_>, accumulator: &impl AccumulatorBinaryOperator<Row>, row_vector: &mut SparseVector<Row>, mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>
impl Send for MatrixRowExtractor
impl Sync for MatrixRowExtractor
Auto Trait Implementations§
impl RefUnwindSafe for MatrixRowExtractor
impl Unpin for MatrixRowExtractor
impl UnwindSafe for MatrixRowExtractor
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