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
/
DynamicMatrix
/
Companion
/
column
column
@
JvmStatic
fun
column
(
vararg
data
:
Double
)
:
DynamicMatrix
(
source
)
@
JvmStatic
fun
column
(
data
:
Collection
<
Double
>
)
:
DynamicMatrix
(
source
)
Creates an n by 1 matrix with
data
as its elements, where n is
data
.size.