NextFTC Suite
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
NextFTC Suite
NextControl Linear Algebra
/
dev.nextftc.linalg
/
Matrix
/
Companion
/
column
column
@
JvmStatic
fun
<
R
:
Nat
>
column
(
rows
:
R
,
vararg
data
:
Double
)
:
Matrix
<
R
,
N1
>
(
source
)
Creates a column vector (R x 1 matrix).