OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:solver
(Results
226 - 250
of
341
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ceres-solver/internal/ceres/
runtime_numeric_diff_cost_function.cc
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
schur_eliminator.cc
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
sparse_matrix.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
split.cc
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
suitesparse_test.cc
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
triplet_sparse_matrix.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
visibility.cc
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
visibility_based_preconditioner.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
158
// sparse problems along with a CGLS
solver
.
/external/opencv/cv/src/
cvcalibration.cpp
[
all
...]
/external/ceres-solver/include/ceres/
loss_function.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
357
//
Solver
::Options options;
358
// scoped_ptr<
Solver
::Summary> summary1(Solve(problem, options));
362
// scoped_ptr<
Solver
::Summary> summary2(Solve(problem, options));
gradient_checker.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
/external/ceres-solver/examples/
nist.cc
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
342
const ceres::
Solver
::Options& options) {
350
std::vector<ceres::
Solver
::Summary> summaries(nist_problem.num_starts() + 1);
376
const ceres::
Solver
::Summary& summary = summaries[start];
404
void SetMinimizerOptions(ceres::
Solver
::Options* options) {
427
ceres::
Solver
::Options options;
pgm_image.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
/external/eigen/unsupported/test/
NonLinearOptimization.cpp
289
HybridNonLinearSolver<hybrj_functor>
solver
(functor);
290
info =
solver
.hybrj1(x);
294
VERIFY_IS_EQUAL(
solver
.nfev, 11);
295
VERIFY_IS_EQUAL(
solver
.njev, 1);
298
VERIFY_IS_APPROX(
solver
.fvec.blueNorm(), 1.192636e-08);
322
HybridNonLinearSolver<hybrj_functor>
solver
(functor);
323
solver
.diag.setConstant(n, 1.);
324
solver
.useExternalScaling = true;
325
info =
solver
.solve(x);
329
VERIFY_IS_EQUAL(
solver
.nfev, 11)
[
all
...]
/external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialSolver.h
302
* \brief A polynomial
solver
310
* This class implements a polynomial
solver
and provides convenient methods such as
316
* WARNING: this polynomial
solver
is experimental, part of the unsuported Eigen modules.
/external/llvm/lib/Transforms/Scalar/
SCCP.cpp
152
/// SCCPSolver - This class is a general purpose
solver
for Sparse Conditional
235
/// AddTrackedFunction - If the SCCP
solver
is supposed to track calls into
260
/// method should be use to handle this. If this returns true, the
solver
[
all
...]
/external/ceres-solver/
Android.mk
76
internal/ceres/
solver
.cc \
/external/clang/include/clang/Analysis/FlowSensitive/
DataflowSolver.h
115
/// DataflowSolverTy - Generic dataflow
solver
.
144
// External interface: constructing and running the
solver
.
191
// Internal
solver
logic.
262
// If no edges have been found, it means this is the first time the
solver
DataflowValues.h
25
/// within the dataflow
solver
/transfer functions to determine what direction
80
/// InitializeValues - Invoked by the
solver
to initialize state needed for
129
/// dataflow values. Usually used by a dataflow
solver
to compute
155
/// This is typically consumed by transfer function code (via the
solver
).
/external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h
339
* \brief A simplicial direct Cholesky (LLT) factorization and
solver
based on Cholmod
386
* \brief A simplicial direct Cholesky (LDLT) factorization and
solver
based on Cholmod
431
* \brief A supernodal Cholesky (LLT) factorization and
solver
based on Cholmod
476
* \brief A general Cholesky factorization and
solver
based on Cholmod
/external/eigen/test/
sparse_solvers.cpp
45
// test triangular
solver
/external/ceres-solver/docs/
curvefitting.tex
1
%!TEX root = ceres-
solver
.tex
64
Ceres
Solver
Report: Iterations: 13, Initial cost: 1.211734e+02, \
/external/ceres-solver/include/ceres/internal/
fixed_array.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
macros.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
manual_constructor.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
Completed in 493 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>