Using the decomposition, finds the value of 'X' in the linear equation below:
A*x = b
where A has dimension of n by n, x and b are n by m dimension.
*Note* that 'b' and 'x' can be the same matrix instance.
@param B A matrix that is n by m. Not modified. @param X An n by m matrix where the solution is writen to. Modified.
|
|