divide
open override fun divide(a: StructureND<T>, b: StructureND<T>): StructureND<T>
Content copied to clipboard
Element-wise division.
Return
the quotient.
Parameters
a
the dividend.
b
the divisor.
Sources
common source
Link copied to clipboard