Home
last modified time | relevance | path

Searched refs:lhs_ref (Results 1 – 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
Dimplicit_schur_complement_test.cc99 MatrixRef lhs_ref(blhs.mutable_values(), num_schur_rows, num_schur_rows); in ReducedLinearSystemAndSolution() local
104 *lhs = lhs_ref; in ReducedLinearSystemAndSolution()
106 lhs_ref.triangularView<Eigen::StrictlyUpper>().transpose(); in ReducedLinearSystemAndSolution()
Dschur_eliminator_test.cc159 MatrixRef lhs_ref(lhs.mutable_values(), lhs.num_rows(), lhs.num_cols()); in EliminateSolveAndCompare() local
161 lhs_ref in EliminateSolveAndCompare()
176 Matrix delta = (lhs_ref - lhs_expected).selfadjointView<Eigen::Upper>(); in EliminateSolveAndCompare()