pub fn mul_slices<T, const N: usize, V>(a: &[T], b: &[T], out: &mut [T])where T: Transcendental, V: Vector<T, N>,
Поэлементное умножение двух слайсов