OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:augmented_num_rows
(Results
1 - 1
of
1
) sorted by null
/external/ceres-solver/internal/ceres/
dense_qr_solver.cc
139
const int
augmented_num_rows
=
local
141
if (rhs_.rows() !=
augmented_num_rows
) {
142
rhs_.resize(
augmented_num_rows
);
Completed in 40 milliseconds