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
/
from
from
@
JvmStatic
fun
<
R
:
Nat
,
C
:
Nat
>
from
(
rows
:
R
,
cols
:
C
,
data
:
Array
<
DoubleArray
>
)
:
Matrix
<
R
,
C
>
(
source
)
Creates a matrix from a 2D array with specified dimensions.