Function householder_transform_subrow (o2scl_linalg)¶
-
template<class mat_t>
double o2scl_linalg::householder_transform_subrow(mat_t &A, const size_t ir, const size_t ic, const size_t N)¶ Compute the Householder transform of a vector formed with the last
ncolumns of a row of a matrix.This performs a Householder transform of a vector defined by a row of a matrix
Awhich starts at elementA(ir,ic)and ends at elementA(ir,N-1)IfN-1is equal toic, this function quietly does nothing.