Searched defs:num_cols_e (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dpartitioned_matrix_view.h103 virtual int num_cols_e() const = 0;
132 virtual int num_cols_e() const { return num_cols_e_; } function in class:ceres::internal::PartitionedMatrixView
H A Dimplicit_schur_complement.cc77 tmp_e_cols_.resize(A_->num_cols_e());
78 tmp_e_cols_2_.resize(A_->num_cols_e());
92 AddDiagonalAndInvert((D_ == NULL) ? NULL : D_ + A_->num_cols_e(),
127 ConstVectorRef Dref(D_ + A_->num_cols_e(), num_cols());
169 const int num_cols_e = A_->num_cols_e(); local
194 VectorRef(y + num_cols_e, num_cols_f) = ConstVectorRef(x, num_cols_f);
209 Vector y2 = Vector::Zero(A_->num_cols_e());

Completed in 251 milliseconds