Solve the equation a x = b for x
Parameters : | a : array, shape (M, M) b : array, shape (M,) or (M, N) sym_pos : boolean
lower : boolean
overwrite_a : boolean
overwrite_b : boolean
|
---|---|
Returns : | x : array, shape (M,) or (M, N) depending on b
Raises LinAlgError if a is singular : |