Module arithmetic

Module arithmetic 

Source
Expand description

Arithmetic operations with SIMD acceleration

This module provides optimized implementations of arithmetic operations. Currently includes scalar multiplication, with more operations to be added.

Functionsยง

linspace_f32
SIMD accelerated linspace function for f32 values
linspace_f64
SIMD accelerated linspace function for f64 values
simd_scalar_mul_f32
simd_scalar_mul_f64
Apply scalar multiplication to an f64 array using unified SIMD operations