Searched refs:num_cols_e (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dimplicit_schur_complement.cc80 tmp_e_cols_.resize(A_->num_cols_e());
81 tmp_e_cols_2_.resize(A_->num_cols_e());
95 AddDiagonalAndInvert((D_ == NULL) ? NULL : D_ + A_->num_cols_e(),
130 ConstVectorRef Dref(D_ + A_->num_cols_e(), num_cols());
172 const int num_cols_e = A_->num_cols_e(); local
197 VectorRef(y + num_cols_e, num_cols_f) = ConstVectorRef(x, num_cols_f);
212 Vector y2 = Vector::Zero(A_->num_cols_e());
H A Dpartitioned_matrix_view_test.cc74 EXPECT_EQ(m.num_cols_e(), num_eliminate_blocks_);
86 Vector x1(m.num_cols_e());
90 for (int i = 0; i < m.num_cols_e(); ++i) {
116 x2(i + m.num_cols_e()) = x1(i);
142 Vector y1 = Vector::Zero(m.num_cols_e());
151 (i < m.num_cols_e()) ? y1(i) : y2(i - m.num_cols_e()),
H A Dpartitioned_matrix_view.h101 int num_cols_e() const { return num_cols_e_; } function in class:ceres::internal::PartitionedMatrixView
H A Dpartitioned_matrix_view.cc133 x + col_block_pos - num_cols_e(),
179 y + col_block_pos - num_cols_e());

Completed in 96 milliseconds