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