Module solve

Module solve 

Source

Functionsยง

solve_in_place
solve_in_place_scratch
computes the size and alignment of required workspace for solving a linear system defined by a matrix in place, given its bunch-kaufman decomposition
solve_in_place_with_conj
given the bunch-kaufman factors of a matrix $a$ and a matrix $b$ stored in rhs, this function computes the solution of the linear system $A x = b$, implicitly conjugating $A$ if needed