Kone
0.0.0-dev-1
common
kone.linearAlgebra
/
com.lounres.kone.linearAlgebra
/
RowVector
/
RowVector
Row
Vector
constructor
(
countOfColumns
:
Int
,
coefficients
:
List
<
List
<
C
>
>
)
constructor
(
coefficients
:
List
<
List
<
C
>
>
)
constructor
(
vararg
coefficients
:
C
)
constructor
(
countOfColumns
:
Int
,
init
:
(
rowIndex
:
Int
,
columnIndex
:
Int
)
->
C
)
constructor
(
countOfColumns
:
Int
,
init
:
(
columnIndex
:
Int
)
->
C
)