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
/
Vector
/
Companion
/
of
of
@
JvmStatic
fun
<
N
:
Nat
>
of
(
dim
:
N
,
vararg
data
:
Double
)
:
Vector
<
N
>
(
source
)
Creates a vector from the given values.
@
JvmStatic
fun
<
N
:
Nat
>
of
(
dim
:
N
,
data
:
Collection
<
Double
>
)
:
Vector
<
N
>
(
source
)
Creates a vector from a collection.