multiply
open override fun multiply(left: StructureND<Double>, right: StructureND<Double>): DoubleBufferND(source)
Element-wise multiplication.
Return
the product.
Parameters
left
the multiplicand.
right
the multiplier.
Element-wise multiplication.
the product.
the multiplicand.
the multiplier.