Solves for X in the linear system, A*X=B.
In some implementations 'B' and 'X' can be the same instance of a variable. Call {@link #modifiesB()} to determine if 'B' is modified.
@param B A matrix ℜ m × p. Might be modified. @param X A matrix ℜ n × p, where the solution is written to. Modified.
|
|