divide

open override fun divide(a: StructureND<T>, b: StructureND<T>): StructureND<T>

Element-wise division.

Return

the quotient.

Parameters

a

the dividend.

b

the divisor.

Sources

common source
Link copied to clipboard