multiply

open override fun multiply(left: Buffer<Double>, right: Buffer<Double>): DoubleBuffer

Multiplies two elements.

Parameters

left

the multiplier.

right

the multiplicand.

Sources

Link copied to clipboard