ndarray-simd
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Search in API
ndarray-simd
ndarray-simd
/
com.martmists.ndarray.simd.impl
/
product
product
inline
fun
IntArray
.
product
(
)
:
Int
Returns the product of all elements in the array.
Receiver
The array.
Return
The product of all elements.