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.
Sources
common source
Link copied to clipboard