kmath
common
kmath-core
/
space.kscience.kmath.linear
/
row
row
common
inline
fun
<
T
:
Any
>
LinearSpace
<
T
,
Ring
<
T
>
>
.
row
(
size
:
Int
,
crossinline
builder
:
(
Int
)
->
T
)
:
Matrix
<
T
>
Content copied to clipboard
fun
<
T
:
Any
>
LinearSpace
<
T
,
Ring
<
T
>
>
.
row
(
vararg
values
:
T
)
:
Matrix
<
T
>
Content copied to clipboard