OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transpose_idx
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix.cc
376
const int
transpose_idx
= transpose_rows[c]++;
local
377
transpose_cols[
transpose_idx
] = r;
378
transpose_values[
transpose_idx
] = values_[idx];
covariance_impl.cc
435
const int
transpose_idx
= transpose_rows[c];
local
436
transpose_cols[
transpose_idx
] = r;
437
transpose_values[
transpose_idx
] = jacobian.values[idx];
Completed in 280 milliseconds