Home
last modified time | relevance | path

Searched refs:num_cols_e_ (Results 1 – 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
Dpartitioned_matrix_view_impl.h71 num_cols_e_ = 0; in PartitionedMatrixView()
77 num_cols_e_ += block.size; in PartitionedMatrixView()
83 CHECK_EQ(num_cols_e_ + num_cols_f_, matrix_.num_cols()); in PartitionedMatrixView()
141 x + col_block_pos - num_cols_e_, in RightMultiplyF()
156 x + col_block_pos - num_cols_e_, in RightMultiplyF()
208 y + col_block_pos - num_cols_e_); in LeftMultiplyF()
223 y + col_block_pos - num_cols_e_); in LeftMultiplyF()
Dpartitioned_matrix_view.h132 virtual int num_cols_e() const { return num_cols_e_; } in num_cols_e()
145 int num_cols_e_; variable