Function rgsl::linear_algebra::HH_svx [] [src]

pub fn HH_svx(a: &MatrixF64, x: &VectorF64) -> Value

This function solves the system A x = b in-place using Householder transformations. On input x should contain the right-hand side b, which is replaced by the solution on output. The matrix A is destroyed by the Householder transformations.