Function rgsl::linear_algebra::HH_solve
source · [−]Expand description
This function solves the system A x = b directly using Householder transformations. On output the solution is stored in x and b is not modified. The matrix A is destroyed by the Householder transformations.