pub struct MatrixSelector {}Implementations§
Trait Implementations§
Source§impl Clone for MatrixSelector
impl Clone for MatrixSelector
Source§fn clone(&self) -> MatrixSelector
fn clone(&self) -> MatrixSelector
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MatrixSelector
impl Debug for MatrixSelector
Source§impl SelectFromMatrix<bool> for MatrixSelector
impl SelectFromMatrix<bool> for MatrixSelector
fn apply( &self, selector: &impl IndexUnaryOperator<bool>, selector_argument: bool, argument: &impl GetGraphblasSparseMatrix, accumulator: &impl AccumulatorBinaryOperator<bool>, product: &mut impl GetGraphblasSparseMatrix, mask: &impl MatrixMask, options: &impl GetOptionsForOperatorWithMatrixArgument, ) -> Result<(), SparseLinearAlgebraError>
Source§impl SelectFromMatrix<f32> for MatrixSelector
impl SelectFromMatrix<f32> for MatrixSelector
fn apply( &self, selector: &impl IndexUnaryOperator<f32>, selector_argument: f32, argument: &impl GetGraphblasSparseMatrix, accumulator: &impl AccumulatorBinaryOperator<f32>, product: &mut impl GetGraphblasSparseMatrix, mask: &impl MatrixMask, options: &impl GetOptionsForOperatorWithMatrixArgument, ) -> Result<(), SparseLinearAlgebraError>
Source§impl SelectFromMatrix<f64> for MatrixSelector
impl SelectFromMatrix<f64> for MatrixSelector
fn apply( &self, selector: &impl IndexUnaryOperator<f64>, selector_argument: f64, argument: &impl GetGraphblasSparseMatrix, accumulator: &impl AccumulatorBinaryOperator<f64>, product: &mut impl GetGraphblasSparseMatrix, mask: &impl MatrixMask, options: &impl GetOptionsForOperatorWithMatrixArgument, ) -> Result<(), SparseLinearAlgebraError>
Source§impl SelectFromMatrix<i16> for MatrixSelector
impl SelectFromMatrix<i16> for MatrixSelector
fn apply( &self, selector: &impl IndexUnaryOperator<i16>, selector_argument: i16, argument: &impl GetGraphblasSparseMatrix, accumulator: &impl AccumulatorBinaryOperator<i16>, product: &mut impl GetGraphblasSparseMatrix, mask: &impl MatrixMask, options: &impl GetOptionsForOperatorWithMatrixArgument, ) -> Result<(), SparseLinearAlgebraError>
Source§impl SelectFromMatrix<i32> for MatrixSelector
impl SelectFromMatrix<i32> for MatrixSelector
fn apply( &self, selector: &impl IndexUnaryOperator<i32>, selector_argument: i32, argument: &impl GetGraphblasSparseMatrix, accumulator: &impl AccumulatorBinaryOperator<i32>, product: &mut impl GetGraphblasSparseMatrix, mask: &impl MatrixMask, options: &impl GetOptionsForOperatorWithMatrixArgument, ) -> Result<(), SparseLinearAlgebraError>
Source§impl SelectFromMatrix<i64> for MatrixSelector
impl SelectFromMatrix<i64> for MatrixSelector
fn apply( &self, selector: &impl IndexUnaryOperator<i64>, selector_argument: i64, argument: &impl GetGraphblasSparseMatrix, accumulator: &impl AccumulatorBinaryOperator<i64>, product: &mut impl GetGraphblasSparseMatrix, mask: &impl MatrixMask, options: &impl GetOptionsForOperatorWithMatrixArgument, ) -> Result<(), SparseLinearAlgebraError>
Source§impl SelectFromMatrix<i8> for MatrixSelector
impl SelectFromMatrix<i8> for MatrixSelector
fn apply( &self, selector: &impl IndexUnaryOperator<i8>, selector_argument: i8, argument: &impl GetGraphblasSparseMatrix, accumulator: &impl AccumulatorBinaryOperator<i8>, product: &mut impl GetGraphblasSparseMatrix, mask: &impl MatrixMask, options: &impl GetOptionsForOperatorWithMatrixArgument, ) -> Result<(), SparseLinearAlgebraError>
Source§impl SelectFromMatrix<isize> for MatrixSelector
impl SelectFromMatrix<isize> for MatrixSelector
fn apply( &self, selector: &impl IndexUnaryOperator<isize>, selector_argument: isize, argument: &impl GetGraphblasSparseMatrix, accumulator: &impl AccumulatorBinaryOperator<isize>, product: &mut impl GetGraphblasSparseMatrix, mask: &impl MatrixMask, options: &impl GetOptionsForOperatorWithMatrixArgument, ) -> Result<(), SparseLinearAlgebraError>
Source§impl SelectFromMatrix<u16> for MatrixSelector
impl SelectFromMatrix<u16> for MatrixSelector
fn apply( &self, selector: &impl IndexUnaryOperator<u16>, selector_argument: u16, argument: &impl GetGraphblasSparseMatrix, accumulator: &impl AccumulatorBinaryOperator<u16>, product: &mut impl GetGraphblasSparseMatrix, mask: &impl MatrixMask, options: &impl GetOptionsForOperatorWithMatrixArgument, ) -> Result<(), SparseLinearAlgebraError>
Source§impl SelectFromMatrix<u32> for MatrixSelector
impl SelectFromMatrix<u32> for MatrixSelector
fn apply( &self, selector: &impl IndexUnaryOperator<u32>, selector_argument: u32, argument: &impl GetGraphblasSparseMatrix, accumulator: &impl AccumulatorBinaryOperator<u32>, product: &mut impl GetGraphblasSparseMatrix, mask: &impl MatrixMask, options: &impl GetOptionsForOperatorWithMatrixArgument, ) -> Result<(), SparseLinearAlgebraError>
Source§impl SelectFromMatrix<u64> for MatrixSelector
impl SelectFromMatrix<u64> for MatrixSelector
fn apply( &self, selector: &impl IndexUnaryOperator<u64>, selector_argument: u64, argument: &impl GetGraphblasSparseMatrix, accumulator: &impl AccumulatorBinaryOperator<u64>, product: &mut impl GetGraphblasSparseMatrix, mask: &impl MatrixMask, options: &impl GetOptionsForOperatorWithMatrixArgument, ) -> Result<(), SparseLinearAlgebraError>
Source§impl SelectFromMatrix<u8> for MatrixSelector
impl SelectFromMatrix<u8> for MatrixSelector
fn apply( &self, selector: &impl IndexUnaryOperator<u8>, selector_argument: u8, argument: &impl GetGraphblasSparseMatrix, accumulator: &impl AccumulatorBinaryOperator<u8>, product: &mut impl GetGraphblasSparseMatrix, mask: &impl MatrixMask, options: &impl GetOptionsForOperatorWithMatrixArgument, ) -> Result<(), SparseLinearAlgebraError>
Source§impl SelectFromMatrix<usize> for MatrixSelector
impl SelectFromMatrix<usize> for MatrixSelector
fn apply( &self, selector: &impl IndexUnaryOperator<usize>, selector_argument: usize, argument: &impl GetGraphblasSparseMatrix, accumulator: &impl AccumulatorBinaryOperator<usize>, product: &mut impl GetGraphblasSparseMatrix, mask: &impl MatrixMask, options: &impl GetOptionsForOperatorWithMatrixArgument, ) -> Result<(), SparseLinearAlgebraError>
impl Send for MatrixSelector
impl Sync for MatrixSelector
Auto Trait Implementations§
impl Freeze for MatrixSelector
impl RefUnwindSafe for MatrixSelector
impl Unpin for MatrixSelector
impl UnsafeUnpin for MatrixSelector
impl UnwindSafe for MatrixSelector
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more