Function householder_mh (o2scl_linalg)

O2scl : Function List

template<class vec_t, class mat_t>
void o2scl_linalg::householder_mh(const size_t M, const size_t N, double tau, const vec_t &v, mat_t &A)

Apply the Householder transformation (v,tau) to the right-hand side of the matrix A.