OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:solver
(Results
76 - 100
of
418
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ceres-solver/internal/ceres/
preconditioner.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
66
// eliminated by the linear
solver
.
69
// the linear
solver
is informed that it should eliminate the
72
// on. Within each elimination group, the linear
solver
is free to
gradient_checking_cost_function.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
46
// controlled with relative_step_size. See
solver
.h for a better explanation of
linear_solver.cc
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
86
LOG(FATAL) << "Unknown linear
solver
type :"
array_utils.cc
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
array_utils.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
array_utils_test.cc
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
blas.cc
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
block_evaluate_preparer.cc
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
block_evaluate_preparer.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
compressed_row_jacobian_writer.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
covariance.cc
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
covariance_impl.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
detect_structure.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
evaluator_test_utils.cc
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
evaluator_test_utils.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
execution_summary.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
file.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
/external/ceres-solver/docs/source/
introduction.rst
10
vision. Ceres
Solver
[#f2]_ [#f3]_ is a portable C++ library for
46
At Google, Ceres
Solver
has been used for solving a variety of
73
[TenenbaumDirector]_. We named our
solver
after Ceres to
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
GMRES.h
219
* \brief A GMRES
solver
for sparse square problems
231
* This class can be used as the direct
solver
classes. Here is a typical usage example:
237
* GMRES<SparseMatrix<double> >
solver
(A);
238
* x =
solver
.solve(b);
239
* std::cout << "#iterations: " <<
solver
.iterations() << std::endl;
240
* std::cout << "estimated error: " <<
solver
.error() << std::endl;
242
* x =
solver
.solve(b);
251
*
solver
.setMaxIterations(1);
254
* x =
solver
.solveWithGuess(b,x);
255
* std::cout << i << " : " <<
solver
.error() << std::endl
[
all
...]
/external/ceres-solver/cmake/
CeresConfigVersion.cmake.in
1
# Ceres
Solver
- A fast non-linear least squares minimizer
3
# http://code.google.com/p/ceres-
solver
/
FindSphinx.cmake
1
# Ceres
Solver
- A fast non-linear least squares minimizer
3
# http://code.google.com/p/ceres-
solver
/
uninstall.cmake.in
1
# Ceres
Solver
- A fast non-linear least squares minimizer
3
# http://code.google.com/p/ceres-
solver
/
/external/ceres-solver/examples/
CMakeLists.txt
1
# Ceres
Solver
- A fast non-linear least squares minimizer
3
# http://code.google.com/p/ceres-
solver
/
/external/ceres-solver/include/ceres/internal/
port.h
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
/external/ceres-solver/internal/ceres/generated/
schur_eliminator_2_2_2.cc
1
// Ceres
Solver
- A fast non-linear least squares minimizer
3
// http://code.google.com/p/ceres-
solver
/
Completed in 407 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>