Home
last modified time | relevance | path

Searched defs:problem (Results 1 – 25 of 72) 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/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()
Dsolver.cc313 Problem* problem, in Solve()
332 Problem* problem, in Solve()
/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
Dhelloworld_analytic_diff.cc90 Problem problem; in main() local
Dcurve_fitting.cc143 Problem problem; in main() local
Drobust_curve_fitting.cc145 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
DOAuthProblemException.java42 public OAuthProblemException(String problem) { in OAuthProblemException()
/external/e2fsprogs/e2fsck/
Dpass5.c153 static void print_bitmap_problem(e2fsck_t ctx, problem_t problem, in print_bitmap_problem()
205 problem_t problem, save_problem; in check_block_bitmaps() local
545 problem_t problem, save_problem; in check_inode_bitmaps() local

123