multiply
open override fun multiply(a: StructureND<T>, b: StructureND<T>): StructureND<T>
Content copied to clipboard
Element-wise multiplication.
Return
the product.
Parameters
a
the multiplicand.
b
the multiplier.
Element-wise multiplication.
the product.
the multiplicand.
the multiplier.