Searched defs:num_schur_rows (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dimplicit_schur_complement_test.cc83 const int num_schur_rows = blhs.num_rows(); local
94 lhs->resize(num_schur_rows, num_schur_rows);
95 rhs->resize(num_schur_rows);
99 MatrixRef lhs_ref(blhs.mutable_values(), num_schur_rows, num_schur_rows);
110 VectorRef schur_solution(solution->data() + num_cols_ - num_schur_rows,
111 num_schur_rows);

Completed in 87 milliseconds