minus

open operator fun minus(other: F64Array): F64Array

Subtracts another array from this array.

Return

the difference of the arrays

Parameters

other

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


open operator fun minus(other: Double): F64Array

Subtracts a scalar from each element in the array.

Return

the difference of the array and the scalar

Parameters

other

the scalar