kmath-core
/
space.kscience.kmath.linear
/
column
common
column
fun <
T
:
Any
>
Structure2D.Companion
.
column
(vararg values:
T
):
Matrix
<
T
>
Content copied to clipboard
inline fun <
T
:
Any
>
Structure2D.Companion
.
column
(size:
Int
, factory:
BufferFactory
<
T
> = Buffer.Companion::auto, noinline builder: (
Int
) ->
T
):
Matrix
<
T
>
Content copied to clipboard