HomeSort by relevance Sort by last modified time
    Searched refs:num_cols_e_ (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
partitioned_matrix_view.h 132 virtual int num_cols_e() const { return num_cols_e_; }
145 int num_cols_e_; member in class:ceres::internal::PartitionedMatrixView
partitioned_matrix_view_impl.h 71 num_cols_e_ = 0;
77 num_cols_e_ += block.size;
83 CHECK_EQ(num_cols_e_ + num_cols_f_, matrix_.num_cols());
141 x + col_block_pos - num_cols_e_,
156 x + col_block_pos - num_cols_e_,
208 y + col_block_pos - num_cols_e_);
223 y + col_block_pos - num_cols_e_);

Completed in 202 milliseconds