Searched defs:row_b (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, :)'
68 const int row_b) {
78 const int row_b_end = b_rows[row_b + 1];
81 int idx_b = b_rows[row_b];
65 RowDotProduct(const CompressedRowSparseMatrix& a, const int row_a, const CompressedRowSparseMatrix& b, const int row_b) argument

Completed in 200 milliseconds