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