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
/
zero
zero
@
JvmStatic
fun
zero
(
rows
:
Int
,
cols
:
Int
)
:
DynamicMatrix
(
source
)
Creates a zero matrix with the given dimensions.
@
JvmStatic
fun
zero
(
size
:
Int
)
:
DynamicMatrix
(
source
)
Creates a zero matrix with dimensions
size
by
size
.