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
/
toSizedMatrix
to
Sized
Matrix
fun
<
R
:
Nat
,
C
:
Nat
>
toSizedMatrix
(
rows
:
R
,
cols
:
C
)
:
Matrix
<
R
,
C
>
(
source
)
Returns a
Matrix
with the same dimensions as this matrix. The dimensions are checked at runtime.