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
350
const int
transpose_idx
= transpose_rows[c]++;
local
351
transpose_cols[
transpose_idx
] = r;
352
transpose_values[
transpose_idx
] = values_[idx];
covariance_impl.cc
624
const int
transpose_idx
= transpose_rows[c];
local
625
transpose_cols[
transpose_idx
] = r;
626
transpose_values[
transpose_idx
] = jacobian.values[idx];
Completed in 148 milliseconds