Kone
0.0.0-dev-1
common
kone.linearAlgebra
/
com.lounres.kone.linearAlgebra
/
SquareMatrix
/
SquareMatrix
Square
Matrix
constructor
(
countOfRows
:
Int
,
coefficients
:
List
<
List
<
C
>
>
)
constructor
(
coefficients
:
List
<
List
<
C
>
>
)
constructor
(
vararg
coefficients
:
List
<
C
>
)
constructor
(
countOfRows
:
Int
,
init
:
(
rowIndex
:
Int
,
columnIndex
:
Int
)
->
C
)