scale
open override fun scale(a: StructureND<T>, value: Double): StructureND<T>
Content copied to clipboard
Scaling an element by a scalar.
Return
the produce.
Parameters
a
the multiplier.
value
the multiplicand.
Scaling an element by a scalar.
the produce.
the multiplier.
the multiplicand.