plus

open operator fun plus(other: F64Array): F64Array

Adds another array to this array.

Return

the sum of the arrays

Parameters

other

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


open operator fun plus(other: Double): F64Array

Adds a scalar to each element in the array.

Return

the sum of the array and the scalar

Parameters

other

the scalar