Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dcompressed_col_sparse_matrix_utils.h121 const int rhs_nonzero_index, in SolveRTRWithSparseRHS() argument
124 solution[rhs_nonzero_index] = 1.0 / values[cols[rhs_nonzero_index + 1] - 1]; in SolveRTRWithSparseRHS()
126 for (IntegerType c = rhs_nonzero_index + 1; c < num_cols; ++c) { in SolveRTRWithSparseRHS()
129 if (r < rhs_nonzero_index) continue; in SolveRTRWithSparseRHS()