The A matrix is implicit, it is provided by the underlying decomposition algorithm.
@param b right-hand side of the equation A × X = B @return a vector X that minimizes the two norm of A × X - B @exception IllegalArgumentException if matrices dimensions don't match @exception InvalidMatrixException if decomposed matrix is singular
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|