Lines Matching refs:Options
54 // The options structure contains, not surprisingly, options that control how
59 struct CERES_EXPORT Options {
61 Options() {
139 // Returns true if the options struct has a valid
144 // Minimizer options ----------------------------------------
395 // Linear least squares solver options -------------------------------------
488 // has two options. The default is to not specify an ordering at all,
591 // Solver::Options::num_threads to the maximum number possible is
599 // Solver::Options::inner_iteration_ordering untouched.
642 // Logging options ---------------------------------------------------------
664 // Finite differences options ----------------------------------------------
956 // the problem and optimizes it based on the values of the options
960 virtual void Solve(const Options& options,
966 CERES_EXPORT void Solve(const Solver::Options& options,