Home
last modified time | relevance | path

Searched defs:problem (Results 1 – 25 of 68) sorted by relevance

123

/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DEstimator.java56 void estimate(EstimationProblem problem) throws EstimationException; in estimate()
70 double getRMS(EstimationProblem problem); in getRMS()
79 double[][] getCovariances(EstimationProblem problem) throws EstimationException; in getCovariances()
88 double[] guessParametersErrors(EstimationProblem problem) throws EstimationException; in guessParametersErrors()
DAbstractEstimator.java182 public double getRMS(EstimationProblem problem) { in getRMS()
197 public double getChiSquare(EstimationProblem problem) { in getChiSquare()
214 public double[][] getCovariances(EstimationProblem problem) in getCovariances()
256 public double[] guessParametersErrors(EstimationProblem problem) in guessParametersErrors()
281 protected void initializeEstimate(EstimationProblem problem) { in initializeEstimate()
315 public abstract void estimate(EstimationProblem problem) in estimate()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
DMarkedYAMLException.java23 private String problem; field in MarkedYAMLException
27 protected MarkedYAMLException(String context, Mark contextMark, String problem, in MarkedYAMLException()
32 protected MarkedYAMLException(String context, Mark contextMark, String problem, in MarkedYAMLException()
42 …protected MarkedYAMLException(String context, Mark contextMark, String problem, Mark problemMark) { in MarkedYAMLException()
46 protected MarkedYAMLException(String context, Mark contextMark, String problem, in MarkedYAMLException()
/external/ceres-solver/internal/ceres/
Dprogram_test.cc79 ProblemImpl problem; in TEST() local
108 ProblemImpl problem; in TEST() local
133 ProblemImpl problem; in TEST() local
158 ProblemImpl problem; in TEST() local
185 ProblemImpl problem; in TEST() local
212 ProblemImpl problem; in TEST() local
252 ProblemImpl problem; in TEST() local
354 ProblemImpl problem; in TEST() local
396 ProblemImpl problem; in TEST() local
408 ProblemImpl problem; in TEST() local
[all …]
Dsolver_test.cc92 Problem problem(problem_options); in TEST() local
163 Problem problem; in TEST() local
175 Problem problem; in TEST() local
187 Problem problem; in TEST() local
201 Problem problem; in TEST() local
215 Problem problem; in TEST() local
229 Problem problem; in TEST() local
Dproblem_test.cc122 Problem problem; in TEST() local
134 Problem problem; in TEST() local
148 Problem problem; in TEST() local
159 Problem problem; in TEST() local
172 Problem problem; in TEST() local
187 Problem problem; in TEST() local
200 Problem problem; in TEST() local
223 Problem problem; in TEST() local
251 Problem problem; in TEST() local
274 Problem problem; in TEST() local
[all …]
Dreorder_program_test.cc62 ProblemImpl problem; in TEST() local
118 ProblemImpl problem; in TEST() local
140 ProblemImpl problem; in TEST() local
Dlinear_least_squares_problems.cc84 LinearLeastSquaresProblem* problem = new LinearLeastSquaresProblem; in LinearLeastSquaresProblem0() local
184 LinearLeastSquaresProblem* problem = new LinearLeastSquaresProblem; in LinearLeastSquaresProblem1() local
289 LinearLeastSquaresProblem* problem = new LinearLeastSquaresProblem; in LinearLeastSquaresProblem2() local
423 LinearLeastSquaresProblem* problem = new LinearLeastSquaresProblem; in LinearLeastSquaresProblem3() local
Dc_api.cc60 void ceres_free_problem(ceres_problem_t* problem) { in ceres_free_problem()
142 ceres_problem_t* problem, in ceres_problem_add_residual_block()
175 Problem* problem = reinterpret_cast<Problem*>(c_problem); in ceres_solve() local
Dc_api_test.cc143 ceres_problem_t* problem = ceres_create_problem(); in TEST() local
197 ceres_problem_t* problem = ceres_create_problem(); in TEST() local
Dcovariance.cc50 Problem* problem) { in Compute()
Dschur_eliminator_test.cc57 problem(CreateLinearLeastSquaresProblemFromId(id)); in SetUpFromId() local
62 void SetupHelper(LinearLeastSquaresProblem* problem) { in SetupHelper()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DConstructorException.java24 protected ConstructorException(String context, Mark contextMark, String problem, in ConstructorException()
29 protected ConstructorException(String context, Mark contextMark, String problem, in ConstructorException()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
DScannerException.java45 public ScannerException(String context, Mark contextMark, String problem, Mark problemMark, in ScannerException()
63 public ScannerException(String context, Mark contextMark, String problem, Mark problemMark) { in ScannerException()
/external/openssh/
Dgss-serv-krb5.c66 krb5_error_code problem; in ssh_gssapi_krb5_init() local
121 krb5_error_code problem; local
Dauth-krb5.c62 krb5_error_code problem; in krb5_init() local
79 krb5_error_code problem; in auth_krb5_password() local
/external/ceres-solver/examples/
Ddenoising.cc91 Problem* problem, in CreateProblem()
139 void SolveProblem(Problem* problem, PGMImage<double>* solution) { in SolveProblem()
209 ceres::Problem problem; in main() local
Dbundle_adjuster.cc250 void BuildProblem(BALProblem* bal_problem, Problem* problem) { in BuildProblem()
311 Problem problem; in SolveProblem() local
Dhelloworld_numeric_diff.cc61 Problem problem; in main() local
Dhelloworld.cc65 Problem problem; in main() local
Dellipse_approximation.cc360 ceres::Problem* problem, in SolveWithFullReport()
410 ceres::Problem problem; in main() local
/external/oauth/core/src/main/java/net/oauth/
DSimpleOAuthValidator.java78 OAuthProblemException problem = new OAuthProblemException("version_rejected"); in validateVersion() local
94 OAuthProblemException problem = new OAuthProblemException("timestamp_refused"); in validateTimestampAndNonce() local
/external/libchrome/base/metrics/
Dhistogram_snapshot_manager_unittest.cc27 void InconsistencyDetected(HistogramBase::Inconsistency problem) override { in InconsistencyDetected()
32 HistogramBase::Inconsistency problem) override { in UniqueInconsistencyDetected()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/
DComposerException.java24 … protected ComposerException(String context, Mark contextMark, String problem, Mark problemMark) { in ComposerException()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
DParserException.java41 public ParserException(String context, Mark contextMark, String problem, Mark problemMark) { in ParserException()

123