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

/external/ceres-solver/internal/ceres/
H A Dincomplete_lq_factorization.cc64 // Compute a(row_a,:) * b(row_b, :)'
66 const int row_a,
77 const int row_a_end = a_rows[row_a + 1];
80 int idx_a = a_rows[row_a];
65 RowDotProduct(const CompressedRowSparseMatrix& a, const int row_a, const CompressedRowSparseMatrix& b, const int row_b) argument

Completed in 165 milliseconds