Kone
0.0.0-dev-1
common
kone.linearAlgebra
/
com.lounres.kone.linearAlgebra
/
Matrix
/
get
get
operator
fun
get
(
rowIndex
:
Int
,
columnIndex
:
Int
)
:
C
operator
fun
get
(
index
:
Pair
<
Int
,
Int
>
)
:
C
operator
fun
get
(
index
:
MatrixIndex
)
:
C