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
/
F64Array
/
coerce
coerce
open
fun
coerce
(
min
:
Double
,
max
:
Double
)
:
F64Array
Coerces the array to the specified range.
Return
the coerced array
Parameters
min
the minimum value
max
the maximum value