Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.linearAlgebra
/
dev.lounres.kone.linearAlgebra.utils
/
noneIndexed
none
Indexed
inline
fun
<
E
>
ColumnVector
<
E
>
.
noneIndexed
(
block
:
(
index
:
UInt
,
value
:
E
)
->
Boolean
)
:
Boolean
(
source
)
inline
fun
<
E
>
RowVector
<
E
>
.
noneIndexed
(
block
:
(
index
:
UInt
,
value
:
E
)
->
Boolean
)
:
Boolean
(
source
)
inline
fun
<
E
>
Matrix
<
E
>
.
noneIndexed
(
block
:
(
rowIndex
:
UInt
,
columnIndex
:
UInt
,
value
:
E
)
->
Boolean
)
:
Boolean
(
source
)