Compute A = fn(A, x) by applying function fn element wise to A. If indexes array is non-empty function is applied to elements of A indexed by the contents of indexes. For all i in A: A[i] = fn(A[i], x) if len(indexes) == 0 For all i in indexes: A[indexes[i]] = fn(A[indexes[i
(x float64, fn func(float64, float64) float64, indexes ...int)
source not stored for this graph (policy: none)
no test coverage detected