Function householder_mh_subrow (o2scl_linalg)

O2scl : Function List

template<class mat_t, class mat2_t>
void o2scl_linalg::householder_mh_subrow(mat_t &M, const size_t ir, const size_t ic, const size_t nr, const size_t nc, const mat2_t &M2, const size_t ir2, const size_t ic2, double tau)

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

Used in bidiag_decomp().