Function QR_solve (o2scl_linalg)

O2scl : Function List

template<class mat_t, class vec_t, class vec2_t, class vec3_t>
void o2scl_linalg::QR_solve(size_t N, const mat_t &QR, const vec_t &tau, const vec2_t &b, vec3_t &x)

Solve the system A x = b using the QR factorization.