Home | History | Annotate | Download | only in ceres

Lines Matching defs:options_

83     options_.elimination_groups.push_back(num_eliminate_blocks_);
84 options_.elimination_groups.push_back(
102 eliminator.reset(SchurEliminatorBase::Create(options_));
232 LinearSolver::Options options_;
239 options_.preconditioner_type = SCHUR_JACOBI;
241 new VisibilityBasedPreconditioner(*A_->block_structure(), options_));
260 options_.preconditioner_type = CLUSTER_JACOBI;
262 new VisibilityBasedPreconditioner(*A_->block_structure(), options_));
307 options_.preconditioner_type = CLUSTER_JACOBI;
309 new VisibilityBasedPreconditioner(*A_->block_structure(), options_));
333 options_.preconditioner_type = CLUSTER_TRIDIAGONAL;
335 new VisibilityBasedPreconditioner(*A_->block_structure(), options_));