Searched refs:lhs_ref (Results 1 – 2 of 2) sorted by relevance
99 MatrixRef lhs_ref(blhs.mutable_values(), num_schur_rows, num_schur_rows); in ReducedLinearSystemAndSolution() local104 *lhs = lhs_ref; in ReducedLinearSystemAndSolution()106 lhs_ref.triangularView<Eigen::StrictlyUpper>().transpose(); in ReducedLinearSystemAndSolution()
159 MatrixRef lhs_ref(lhs.mutable_values(), lhs.num_rows(), lhs.num_cols()); in EliminateSolveAndCompare() local161 lhs_ref in EliminateSolveAndCompare()176 Matrix delta = (lhs_ref - lhs_expected).selfadjointView<Eigen::Upper>(); in EliminateSolveAndCompare()