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
/
mapIndexed
map
Indexed
inline
fun
<
E
,
R
>
ColumnVector
<
E
>
.
mapIndexed
(
transform
:
(
index
:
UInt
,
E
)
->
R
)
:
ColumnVector
<
R
>
(
source
)
inline
fun
<
E
,
R
>
RowVector
<
E
>
.
mapIndexed
(
transform
:
(
index
:
UInt
,
E
)
->
R
)
:
RowVector
<
R
>
(
source
)
inline
fun
<
E
,
R
>
Matrix
<
E
>
.
mapIndexed
(
transform
:
(
rowIndex
:
UInt
,
columnIndex
:
UInt
,
E
)
->
R
)
:
Matrix
<
R
>
(
source
)