multiply

open override fun multiply(a: StructureND<T>, b: StructureND<T>): StructureND<T>

Element-wise multiplication.

Return

the product.

Parameters

a

the multiplicand.

b

the multiplier.