Function householder_mh_subrow (o2scl_linalg)¶
-
template<class
mat_t
, classmat2_t
>
voido2scl_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 matrixA
.Used in bidiag_decomp().