Searched refs:rowVec (Results 1 – 1 of 1) sorted by relevance
53 typename MatrixType::RowXpr rowVec = Q.row(row); in randMatrixUnitary() local57 rowVec -= rowVec.dot(prevRowVec)*prevRowVec; in randMatrixUnitary()59 Q.row(row) = rowVec.normalized(); in randMatrixUnitary()