/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
D | Estimator.java | 56 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()
|
D | AbstractEstimator.java | 182 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/ |
D | program_test.cc | 79 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 …]
|
D | solver_test.cc | 92 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
|
D | problem_test.cc | 122 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 …]
|
D | reorder_program_test.cc | 62 ProblemImpl problem; in TEST() local 118 ProblemImpl problem; in TEST() local 140 ProblemImpl problem; in TEST() local
|
D | linear_least_squares_problems.cc | 84 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
|
D | c_api.cc | 60 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
|
D | c_api_test.cc | 143 ceres_problem_t* problem = ceres_create_problem(); in TEST() local 197 ceres_problem_t* problem = ceres_create_problem(); in TEST() local
|
D | covariance.cc | 50 Problem* problem) { in Compute()
|
D | schur_eliminator_test.cc | 57 problem(CreateLinearLeastSquaresProblemFromId(id)); in SetUpFromId() local 62 void SetupHelper(LinearLeastSquaresProblem* problem) { in SetupHelper()
|
D | solver.cc | 313 Problem* problem, in Solve() 332 Problem* problem, in Solve()
|
/external/openssh/ |
D | gss-serv-krb5.c | 66 krb5_error_code problem; in ssh_gssapi_krb5_init() local 121 krb5_error_code problem; local
|
D | auth-krb5.c | 62 krb5_error_code problem; in krb5_init() local 79 krb5_error_code problem; in auth_krb5_password() local
|
/external/ceres-solver/examples/ |
D | denoising.cc | 91 Problem* problem, in CreateProblem() 139 void SolveProblem(Problem* problem, PGMImage<double>* solution) { in SolveProblem() 209 ceres::Problem problem; in main() local
|
D | bundle_adjuster.cc | 250 void BuildProblem(BALProblem* bal_problem, Problem* problem) { in BuildProblem() 311 Problem problem; in SolveProblem() local
|
D | helloworld_numeric_diff.cc | 61 Problem problem; in main() local
|
D | helloworld.cc | 65 Problem problem; in main() local
|
D | ellipse_approximation.cc | 360 ceres::Problem* problem, in SolveWithFullReport() 410 ceres::Problem problem; in main() local
|
D | helloworld_analytic_diff.cc | 90 Problem problem; in main() local
|
D | curve_fitting.cc | 143 Problem problem; in main() local
|
D | robust_curve_fitting.cc | 145 Problem problem; in main() local
|
/external/oauth/core/src/main/java/net/oauth/ |
D | SimpleOAuthValidator.java | 78 OAuthProblemException problem = new OAuthProblemException("version_rejected"); in validateVersion() local 94 OAuthProblemException problem = new OAuthProblemException("timestamp_refused"); in validateTimestampAndNonce() local
|
D | OAuthProblemException.java | 42 public OAuthProblemException(String problem) { in OAuthProblemException()
|
/external/e2fsprogs/e2fsck/ |
D | pass5.c | 153 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
|