Kone
0.0.0-dev-1
common
kone.linearAlgebra
/
com.lounres.kone.linearAlgebra
/
Matrix
/
subMatrix
sub
Matrix
fun
subMatrix
(
rows
:
Iterable
<
Int
>
,
columns
:
Iterable
<
Int
>
)
:
Matrix
<
C
>