HomeSort by relevance Sort by last modified time
    Searched refs:x_D (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/internal/ceres/
linear_least_squares_problems.h 48 x(NULL), x_D(NULL) {
61 scoped_array<double> x_D;
linear_least_squares_problems.cc 80 x_D = [1.78448275;
91 problem->x_D.reset(new double[2]);
125 problem->x_D[0] = 1.78448275;
126 problem->x_D[1] = 2.82327586;
unsymmetric_linear_solver_test.cc 56 sol_regularized_.reset(problem->x_D.release());

Completed in 103 milliseconds