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

  /external/ceres-solver/internal/ceres/
visibility_based_preconditioner.cc 109 tmp_rhs_ = CHECK_NOTNULL(ss_.CreateDenseVector(NULL,
125 if (tmp_rhs_ != NULL) {
126 ss_.Free(tmp_rhs_);
127 tmp_rhs_ = NULL;
439 memcpy(CHECK_NOTNULL(tmp_rhs_)->x, x, m_->num_rows() * sizeof(*x));
440 cholmod_dense* solution = CHECK_NOTNULL(ss->Solve(factor_, tmp_rhs_));
visibility_based_preconditioner.h 201 cholmod_dense* tmp_rhs_; member in class:ceres::internal::VisibilityBasedPreconditioner

Completed in 45 milliseconds