scale

open override fun scale(a: StructureND<Double>, value: Double): StructureND<Double>

Element-wise scaling.

Return

the product.

Parameters

a

the multiplicand.

value

the multiplier.

Sources

common source
Link copied to clipboard