kmath-core
/
space.kscience.kmath.linear
/
LinearSolver
/
solve
common
solve
abstract fun
solve
(a:
Matrix
<
T
>, b:
Matrix
<
T
>):
Matrix
<
T
>
Content copied to clipboard
Solve a dot x = b matrix equation and return x
open fun
solve
(a:
Matrix
<
T
>, b:
Point
<
T
>):
Point
<
T
>
Content copied to clipboard
Solve a dot x = b vector equation and return b