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
n
columns of a row of a matrix.This performs a Householder transform of a vector defined by a row of a matrix
A
which starts at elementA(ir,ic)
and ends at elementA(ir,N-1)
IfN-1
is equal toic
, this function quietly does nothing.