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