Solve the equation a x = b for x, assuming a is a triangular matrix.
Parameters : | a : array, shape (M, M) b : array, shape (M,) or (M, N) lower : boolean
trans : {0, 1, 2, ‘N’, ‘T’, ‘C’}
unit_diagonal : boolean
overwrite_b : boolean
|
||||||||
---|---|---|---|---|---|---|---|---|---|
Returns : | x : array, shape (M,) or (M, N) depending on b
|
||||||||
Raises : | LinAlgError :
|
Notes
New in version 0.9.0.