template<class mat_t> void o2scl_linalg::householder_hm1(const size_t M, const size_t N, double tau, mat_t &A)¶
Apply a Householder transformation \( (v,\tau) \) to a matrix being build up from the identity matrix, using the first column of A as a Householder vector.