datatypes::compute::kernels

Module arity

Expand description

Kernels for operating on [PrimitiveArray]s

Functionsยง

  • Allies a binary infallable function to two [PrimitiveArray]s, producing a new [PrimitiveArray]
  • Applies a binary and infallible function to values in two arrays, replacing the values in the first array in place.
  • Applies the provided fallible binary operation across a and b.
  • Applies the provided fallible binary operation across a and b by mutating the mutable [PrimitiveArray] a with the results.
  • See [PrimitiveArray::try_unary]
  • See [PrimitiveArray::try_unary_mut]
  • See [PrimitiveArray::unary]
  • See [PrimitiveArray::unary_mut]