scale

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

Scaling an element by a scalar.

Return

the produce.

Parameters

a

the multiplier.

value

the multiplicand.

Sources

Link copied to clipboard