Searched defs:Problem (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/include/ceres/
H A Dproblem.h32 // The Problem object is used to build and hold least squares problems.
113 // Problem problem;
119 class Problem { class in namespace:ceres
127 // These flags control whether the Problem object owns the cost
129 // the Problem. If set to TAKE_OWNERSHIP, then the problem object
140 // invocation Problem(Problem::Options()).
141 Problem();
142 explicit Problem(const Options& options);
144 ~Problem();
[all...]
/external/ceres-solver/docs/
H A Dmodeling.tex30 corresponding accessors. This information will be verified by the Problem
31 when added with \texttt{Problem::AddResidualBlock}.
378 \section{\texttt{Problem}}
380 class Problem {
389 Problem();
390 explicit Problem(const Options& options);
391 ~Problem();
414 The \texttt{Problem} objects holds the robustified non-linear least squares problem~\eqref{eq:ceresproblem}. To create a least squares problem, use the \texttt{Problem::AddResidualBlock} and \texttt{Problem
[all...]
/external/ceres-solver/internal/ceres/
H A Dproblem.cc41 Problem::Problem() : problem_impl_(new internal::ProblemImpl) {} function in class:ceres::Problem
42 Problem::Problem(const Problem::Options& options) function in class:ceres::Problem
44 Problem::~Problem() {}
46 ResidualBlockId Problem::AddResidualBlock(
55 ResidualBlockId Problem::AddResidualBlock(
64 ResidualBlockId Problem
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 138 milliseconds