unaryMinus

abstract operator override fun StructureND<T>.unaryMinus(): Tensor<T>

Numerical negative, element-wise.

Return

tensor negation of the original tensor.

Sources

Link copied to clipboard