minusAssign

open operator override fun Tensor<Double>.minusAssign(value: Double)(source)

Subtracts the scalar value from each element of this tensor.

Parameters

value

the number to be subtracted from each element of this tensor.


open operator override fun Tensor<Double>.minusAssign(arg: StructureND<Double>)(source)

Each element of the tensor arg is subtracted from each element of this tensor.

Parameters

arg

tensor to be subtracted.