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
/
solve
solve
fun
<
K
:
Nat
>
solve
(
other
:
Matrix
<
R
,
K
>
)
:
Matrix
<
C
,
K
>
(
source
)
Solves for X in the equation AX = B, where A is this matrix and B is
other
.