multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.operations
/
filterMultiIndexed
filter
Multi
Indexed
common
@
JvmName
(
name
=
"filterDNIndexed"
)
inline
fun
<
T
,
D
:
Dimension
>
MultiArray
<
T
,
D
>
.
filterMultiIndexed
(
predicate
:
(
index
:
IntArray
,
T
)
->
Boolean
)
:
D1Array
<
T
>
Content copied to clipboard
Return a new array contains elements matching filter.