OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_cols_e_
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/internal/ceres/
partitioned_matrix_view.h
101
int num_cols_e() const { return
num_cols_e_
; }
114
int
num_cols_e_
;
member in class:ceres::internal::PartitionedMatrixView
partitioned_matrix_view.cc
71
num_cols_e_
= 0;
77
num_cols_e_
+= block.size;
83
CHECK_EQ(
num_cols_e_
+ num_cols_f_, matrix_.num_cols());
Completed in 24 milliseconds