HomeSort by relevance Sort by last modified time
    Searched defs: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_; } function in class:ceres::internal::PartitionedMatrixView
implicit_schur_complement.cc 80 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());

Completed in 43 milliseconds