zipTransform

open fun zipTransform(other: F64Array, transform: (Double, Double) -> Double): F64Array

Zips the array with another array and transforms it.

Return

the transformed array

Parameters

other

the other array, must have the same shape as this array

transform

the transformation function