api / koma.internal.default.generated.matrix / DefaultFloatMatrix / solve
solve
fun solve(other:
Matrix
<
Float
>):
Matrix
<
Float
>
Overrides Matrix.solve
Solves A*X=B for X, returning X (X is either column vector or a matrix composed of several col vectors). A is the current matrix, B is the passed in other)/other), and X is the returned matrix.