Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dimplicit_schur_complement_test.cc82 BlockRandomAccessDenseMatrix blhs(blocks); in ReducedLinearSystemAndSolution() local
83 const int num_schur_rows = blhs.num_rows(); in ReducedLinearSystemAndSolution()
97 eliminator->Eliminate(A_.get(), b_.get(), D, &blhs, rhs->data()); in ReducedLinearSystemAndSolution()
99 MatrixRef lhs_ref(blhs.mutable_values(), num_schur_rows, num_schur_rows); in ReducedLinearSystemAndSolution()