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 112 tmp_rhs_ = CHECK_NOTNULL(ss_.CreateDenseVector(NULL,
128 if (tmp_rhs_ != NULL) {
129 ss_.Free(tmp_rhs_);
130 tmp_rhs_ = NULL;
471 memcpy(CHECK_NOTNULL(tmp_rhs_)->x, x, m_->num_rows() * sizeof(*x));
472 cholmod_dense* solution = CHECK_NOTNULL(ss->Solve(factor_, tmp_rhs_));
visibility_based_preconditioner.h 246 cholmod_dense* tmp_rhs_; member in class:ceres::internal::VisibilityBasedPreconditioner

Completed in 118 milliseconds