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
/
zero
zero
@
JvmStatic
fun
<
N
:
Nat
>
zero
(
dim
:
N
)
:
Vector
<
N
>
(
source
)
Creates a zero vector with dimension specified by the
Nat
type parameter.