pub struct IndexUnaryOperatorApplier {}

Implementations§

Trait Implementations§

source§

impl ApplyIndexUnaryOperator<bool> for IndexUnaryOperatorApplier

source§

fn apply_to_vector( &self, vector: &(impl GraphblasSparseVectorTrait + ContextTrait), operator: &impl IndexUnaryOperator<bool>, argument: &bool, accumulator: &impl AccumulatorBinaryOperator<bool>, product: &mut (impl GraphblasSparseVectorTrait + ContextTrait), mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

fn apply_to_matrix( &self, matrix: &(impl GraphblasSparseMatrixTrait + ContextTrait), operator: &impl IndexUnaryOperator<bool>, argument: &bool, accumulator: &impl AccumulatorBinaryOperator<bool>, product: &mut (impl GraphblasSparseMatrixTrait + ContextTrait), mask: &(impl MatrixMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

impl ApplyIndexUnaryOperator<f32> for IndexUnaryOperatorApplier

source§

fn apply_to_vector( &self, vector: &(impl GraphblasSparseVectorTrait + ContextTrait), operator: &impl IndexUnaryOperator<f32>, argument: &f32, accumulator: &impl AccumulatorBinaryOperator<f32>, product: &mut (impl GraphblasSparseVectorTrait + ContextTrait), mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

fn apply_to_matrix( &self, matrix: &(impl GraphblasSparseMatrixTrait + ContextTrait), operator: &impl IndexUnaryOperator<f32>, argument: &f32, accumulator: &impl AccumulatorBinaryOperator<f32>, product: &mut (impl GraphblasSparseMatrixTrait + ContextTrait), mask: &(impl MatrixMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

impl ApplyIndexUnaryOperator<f64> for IndexUnaryOperatorApplier

source§

fn apply_to_vector( &self, vector: &(impl GraphblasSparseVectorTrait + ContextTrait), operator: &impl IndexUnaryOperator<f64>, argument: &f64, accumulator: &impl AccumulatorBinaryOperator<f64>, product: &mut (impl GraphblasSparseVectorTrait + ContextTrait), mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

fn apply_to_matrix( &self, matrix: &(impl GraphblasSparseMatrixTrait + ContextTrait), operator: &impl IndexUnaryOperator<f64>, argument: &f64, accumulator: &impl AccumulatorBinaryOperator<f64>, product: &mut (impl GraphblasSparseMatrixTrait + ContextTrait), mask: &(impl MatrixMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

impl ApplyIndexUnaryOperator<i16> for IndexUnaryOperatorApplier

source§

fn apply_to_vector( &self, vector: &(impl GraphblasSparseVectorTrait + ContextTrait), operator: &impl IndexUnaryOperator<i16>, argument: &i16, accumulator: &impl AccumulatorBinaryOperator<i16>, product: &mut (impl GraphblasSparseVectorTrait + ContextTrait), mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

fn apply_to_matrix( &self, matrix: &(impl GraphblasSparseMatrixTrait + ContextTrait), operator: &impl IndexUnaryOperator<i16>, argument: &i16, accumulator: &impl AccumulatorBinaryOperator<i16>, product: &mut (impl GraphblasSparseMatrixTrait + ContextTrait), mask: &(impl MatrixMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

impl ApplyIndexUnaryOperator<i32> for IndexUnaryOperatorApplier

source§

fn apply_to_vector( &self, vector: &(impl GraphblasSparseVectorTrait + ContextTrait), operator: &impl IndexUnaryOperator<i32>, argument: &i32, accumulator: &impl AccumulatorBinaryOperator<i32>, product: &mut (impl GraphblasSparseVectorTrait + ContextTrait), mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

fn apply_to_matrix( &self, matrix: &(impl GraphblasSparseMatrixTrait + ContextTrait), operator: &impl IndexUnaryOperator<i32>, argument: &i32, accumulator: &impl AccumulatorBinaryOperator<i32>, product: &mut (impl GraphblasSparseMatrixTrait + ContextTrait), mask: &(impl MatrixMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

impl ApplyIndexUnaryOperator<i64> for IndexUnaryOperatorApplier

source§

fn apply_to_vector( &self, vector: &(impl GraphblasSparseVectorTrait + ContextTrait), operator: &impl IndexUnaryOperator<i64>, argument: &i64, accumulator: &impl AccumulatorBinaryOperator<i64>, product: &mut (impl GraphblasSparseVectorTrait + ContextTrait), mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

fn apply_to_matrix( &self, matrix: &(impl GraphblasSparseMatrixTrait + ContextTrait), operator: &impl IndexUnaryOperator<i64>, argument: &i64, accumulator: &impl AccumulatorBinaryOperator<i64>, product: &mut (impl GraphblasSparseMatrixTrait + ContextTrait), mask: &(impl MatrixMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

impl ApplyIndexUnaryOperator<i8> for IndexUnaryOperatorApplier

source§

fn apply_to_vector( &self, vector: &(impl GraphblasSparseVectorTrait + ContextTrait), operator: &impl IndexUnaryOperator<i8>, argument: &i8, accumulator: &impl AccumulatorBinaryOperator<i8>, product: &mut (impl GraphblasSparseVectorTrait + ContextTrait), mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

fn apply_to_matrix( &self, matrix: &(impl GraphblasSparseMatrixTrait + ContextTrait), operator: &impl IndexUnaryOperator<i8>, argument: &i8, accumulator: &impl AccumulatorBinaryOperator<i8>, product: &mut (impl GraphblasSparseMatrixTrait + ContextTrait), mask: &(impl MatrixMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

impl ApplyIndexUnaryOperator<isize> for IndexUnaryOperatorApplier

source§

fn apply_to_vector( &self, vector: &(impl GraphblasSparseVectorTrait + ContextTrait), operator: &impl IndexUnaryOperator<isize>, argument: &isize, accumulator: &impl AccumulatorBinaryOperator<isize>, product: &mut (impl GraphblasSparseVectorTrait + ContextTrait), mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

fn apply_to_matrix( &self, matrix: &(impl GraphblasSparseMatrixTrait + ContextTrait), operator: &impl IndexUnaryOperator<isize>, argument: &isize, accumulator: &impl AccumulatorBinaryOperator<isize>, product: &mut (impl GraphblasSparseMatrixTrait + ContextTrait), mask: &(impl MatrixMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

impl ApplyIndexUnaryOperator<u16> for IndexUnaryOperatorApplier

source§

fn apply_to_vector( &self, vector: &(impl GraphblasSparseVectorTrait + ContextTrait), operator: &impl IndexUnaryOperator<u16>, argument: &u16, accumulator: &impl AccumulatorBinaryOperator<u16>, product: &mut (impl GraphblasSparseVectorTrait + ContextTrait), mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

fn apply_to_matrix( &self, matrix: &(impl GraphblasSparseMatrixTrait + ContextTrait), operator: &impl IndexUnaryOperator<u16>, argument: &u16, accumulator: &impl AccumulatorBinaryOperator<u16>, product: &mut (impl GraphblasSparseMatrixTrait + ContextTrait), mask: &(impl MatrixMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

impl ApplyIndexUnaryOperator<u32> for IndexUnaryOperatorApplier

source§

fn apply_to_vector( &self, vector: &(impl GraphblasSparseVectorTrait + ContextTrait), operator: &impl IndexUnaryOperator<u32>, argument: &u32, accumulator: &impl AccumulatorBinaryOperator<u32>, product: &mut (impl GraphblasSparseVectorTrait + ContextTrait), mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

fn apply_to_matrix( &self, matrix: &(impl GraphblasSparseMatrixTrait + ContextTrait), operator: &impl IndexUnaryOperator<u32>, argument: &u32, accumulator: &impl AccumulatorBinaryOperator<u32>, product: &mut (impl GraphblasSparseMatrixTrait + ContextTrait), mask: &(impl MatrixMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

impl ApplyIndexUnaryOperator<u64> for IndexUnaryOperatorApplier

source§

fn apply_to_vector( &self, vector: &(impl GraphblasSparseVectorTrait + ContextTrait), operator: &impl IndexUnaryOperator<u64>, argument: &u64, accumulator: &impl AccumulatorBinaryOperator<u64>, product: &mut (impl GraphblasSparseVectorTrait + ContextTrait), mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

fn apply_to_matrix( &self, matrix: &(impl GraphblasSparseMatrixTrait + ContextTrait), operator: &impl IndexUnaryOperator<u64>, argument: &u64, accumulator: &impl AccumulatorBinaryOperator<u64>, product: &mut (impl GraphblasSparseMatrixTrait + ContextTrait), mask: &(impl MatrixMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

impl ApplyIndexUnaryOperator<u8> for IndexUnaryOperatorApplier

source§

fn apply_to_vector( &self, vector: &(impl GraphblasSparseVectorTrait + ContextTrait), operator: &impl IndexUnaryOperator<u8>, argument: &u8, accumulator: &impl AccumulatorBinaryOperator<u8>, product: &mut (impl GraphblasSparseVectorTrait + ContextTrait), mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

fn apply_to_matrix( &self, matrix: &(impl GraphblasSparseMatrixTrait + ContextTrait), operator: &impl IndexUnaryOperator<u8>, argument: &u8, accumulator: &impl AccumulatorBinaryOperator<u8>, product: &mut (impl GraphblasSparseMatrixTrait + ContextTrait), mask: &(impl MatrixMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

impl ApplyIndexUnaryOperator<usize> for IndexUnaryOperatorApplier

source§

fn apply_to_vector( &self, vector: &(impl GraphblasSparseVectorTrait + ContextTrait), operator: &impl IndexUnaryOperator<usize>, argument: &usize, accumulator: &impl AccumulatorBinaryOperator<usize>, product: &mut (impl GraphblasSparseVectorTrait + ContextTrait), mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

fn apply_to_matrix( &self, matrix: &(impl GraphblasSparseMatrixTrait + ContextTrait), operator: &impl IndexUnaryOperator<usize>, argument: &usize, accumulator: &impl AccumulatorBinaryOperator<usize>, product: &mut (impl GraphblasSparseMatrixTrait + ContextTrait), mask: &(impl MatrixMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

impl<EvaluationDomain: ValueType> ApplyIndexUnaryOperatorWithSparseScalar<EvaluationDomain> for IndexUnaryOperatorApplier

source§

fn apply_to_vector( &self, vector: &(impl GraphblasSparseVectorTrait + ContextTrait), operator: &impl IndexUnaryOperator<EvaluationDomain>, argument: &(impl GraphblasSparseScalarTrait + ContextTrait), accumulator: &impl AccumulatorBinaryOperator<EvaluationDomain>, product: &mut (impl GraphblasSparseVectorTrait + ContextTrait), mask: &(impl VectorMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

fn apply_to_matrix( &self, matrix: &(impl GraphblasSparseMatrixTrait + ContextTrait), operator: &impl IndexUnaryOperator<EvaluationDomain>, argument: &(impl GraphblasSparseScalarTrait + ContextTrait), accumulator: &impl AccumulatorBinaryOperator<EvaluationDomain>, product: &mut (impl GraphblasSparseMatrixTrait + ContextTrait), mask: &(impl MatrixMask + ContextTrait), options: &OperatorOptions ) -> Result<(), SparseLinearAlgebraError>

source§

impl Clone for IndexUnaryOperatorApplier

source§

fn clone(&self) -> IndexUnaryOperatorApplier

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for IndexUnaryOperatorApplier

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Send for IndexUnaryOperatorApplier

source§

impl Sync for IndexUnaryOperatorApplier

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

impl<T> Pointable for T

§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.