scale

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

Element-wise scaling.

Return

the product.

Parameters

a

the multiplicand.

value

the multiplier.

Sources

common source
Link copied to clipboard