Searched refs:ceres (Results 26 - 50 of 339) sorted by relevance

1234567891011>>

/external/ceres-solver/internal/ceres/generated/
H A Dschur_eliminator_4_4_2.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/internal/port.h"
48 #include "ceres/schur_eliminator_impl.h"
49 #include "ceres/internal/eigen.h"
51 namespace ceres { namespace
57 } // namespace ceres
H A Dschur_eliminator_4_4_3.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/internal/port.h"
48 #include "ceres/schur_eliminator_impl.h"
49 #include "ceres/internal/eigen.h"
51 namespace ceres { namespace
57 } // namespace ceres
H A Dschur_eliminator_4_4_4.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/internal/port.h"
48 #include "ceres/schur_eliminator_impl.h"
49 #include "ceres/internal/eigen.h"
51 namespace ceres { namespace
57 } // namespace ceres
H A Dpartitioned_matrix_view_2_2_d.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/internal/port.h"
48 #include "ceres/partitioned_matrix_view_impl.h"
49 #include "ceres/internal/eigen.h"
51 namespace ceres { namespace
57 } // namespace ceres
H A Dpartitioned_matrix_view_2_3_d.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/internal/port.h"
48 #include "ceres/partitioned_matrix_view_impl.h"
49 #include "ceres/internal/eigen.h"
51 namespace ceres { namespace
57 } // namespace ceres
H A Dpartitioned_matrix_view_2_4_d.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/internal/port.h"
48 #include "ceres/partitioned_matrix_view_impl.h"
49 #include "ceres/internal/eigen.h"
51 namespace ceres { namespace
57 } // namespace ceres
H A Dpartitioned_matrix_view_2_d_d.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/internal/port.h"
48 #include "ceres/partitioned_matrix_view_impl.h"
49 #include "ceres/internal/eigen.h"
51 namespace ceres { namespace
57 } // namespace ceres
H A Dpartitioned_matrix_view_4_4_d.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/internal/port.h"
48 #include "ceres/partitioned_matrix_view_impl.h"
49 #include "ceres/internal/eigen.h"
51 namespace ceres { namespace
57 } // namespace ceres
H A Dschur_eliminator_2_2_d.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/internal/port.h"
48 #include "ceres/schur_eliminator_impl.h"
49 #include "ceres/internal/eigen.h"
51 namespace ceres { namespace
57 } // namespace ceres
H A Dschur_eliminator_2_3_d.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/internal/port.h"
48 #include "ceres/schur_eliminator_impl.h"
49 #include "ceres/internal/eigen.h"
51 namespace ceres { namespace
57 } // namespace ceres
H A Dschur_eliminator_2_4_d.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/internal/port.h"
48 #include "ceres/schur_eliminator_impl.h"
49 #include "ceres/internal/eigen.h"
51 namespace ceres { namespace
57 } // namespace ceres
H A Dschur_eliminator_2_d_d.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/internal/port.h"
48 #include "ceres/schur_eliminator_impl.h"
49 #include "ceres/internal/eigen.h"
51 namespace ceres { namespace
57 } // namespace ceres
H A Dschur_eliminator_4_4_d.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/internal/port.h"
48 #include "ceres/schur_eliminator_impl.h"
49 #include "ceres/internal/eigen.h"
51 namespace ceres { namespace
57 } // namespace ceres
H A Dpartitioned_matrix_view_d_d_d.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/partitioned_matrix_view_impl.h"
45 #include "ceres/internal/eigen.h"
47 namespace ceres { namespace
53 } // namespace ceres
H A Dschur_eliminator_d_d_d.cc3 // http://code.google.com/p/ceres-solver/
44 #include "ceres/schur_eliminator_impl.h"
45 #include "ceres/internal/eigen.h"
47 namespace ceres { namespace
53 } // namespace ceres
/external/ceres-solver/internal/ceres/
H A Dlinear_operator.cc3 // http://code.google.com/p/ceres-solver/
31 #include "ceres/linear_operator.h"
33 namespace ceres { namespace
40 } // namespace ceres
H A Dsparse_matrix.cc3 // http://code.google.com/p/ceres-solver/
31 #include "ceres/sparse_matrix.h"
33 namespace ceres { namespace
40 } // namespace ceres
H A Dc_api.cc3 // http://code.google.com/p/ceres-solver/
35 #include "ceres/c_api.h"
40 #include "ceres/cost_function.h"
41 #include "ceres/loss_function.h"
42 #include "ceres/problem.h"
43 #include "ceres/solver.h"
44 #include "ceres/types.h" // for std
47 using ceres::Problem;
66 class CallbackCostFunction : public ceres::CostFunction {
99 class CallbackLossFunction : public ceres
[all...]
H A Ddetect_structure.h3 // http://code.google.com/p/ceres-solver/
34 #include "ceres/block_structure.h"
36 namespace ceres { namespace
61 } // namespace ceres
H A Dsplit.h3 // http://code.google.com/p/ceres-solver/
36 #include "ceres/internal/port.h"
38 namespace ceres { namespace
46 } // namespace ceres
/external/ceres-solver/
H A Dimport_ceres_upstream.sh18 declare -r temp_repo="/tmp/ceres-solver"
21 https://ceres-solver.googlesource.com/ceres-solver \
30 rm -rf internal/ceres/gtest*
31 rm -rf internal/ceres/gmock*
32 rm -rf internal/ceres/mock_log.h
35 cp -R $temp_repo/* third_party/ceres
37 cd third_party/ceres
42 echo "URL: https://ceres-solver.googlesource.com/ceres
[all...]
H A Dpatch_from_client.sh18 declare -r temp_repo="/tmp/ceres-solver"
20 /usr/local/google/home/sameeragarwal/ceres-solver -b testing\
29 rm -rf internal/ceres/gtest*
30 rm -rf internal/ceres/gmock*
31 rm -rf internal/ceres/mock_log.h
34 cp -R $temp_repo/* third_party/ceres
36 cd third_party/ceres
41 echo "URL: https://ceres-solver.googlesource.com/ceres-solver/+/$commit" >> $temp_readme
/external/ceres-solver/google3/
H A Djet_traits.h23 #include "ceres/jet.h"
27 struct MathLimits<ceres::Jet<T, N> > {
28 typedef ceres::Jet<T, N> Type;
29 typedef ceres::Jet<T, N> UnsignedType;
67 template<typename T, int N> const ceres::Jet<T, N> MathLimits<ceres::Jet<T, N> >::kPosMin = ceres::Jet<T, N>(MathLimits<T>::kPosMin); // NOLINT
68 template<typename T, int N> const ceres::Jet<T, N> MathLimits<ceres::Jet<T, N> >::kPosMax = ceres
[all...]
/external/ceres-solver/examples/
H A Dhelloworld_numeric_diff.cc3 // http://code.google.com/p/ceres-solver/
34 #include "ceres/ceres.h"
37 using ceres::NumericDiffCostFunction;
38 using ceres::CENTRAL;
39 using ceres::CostFunction;
40 using ceres::Problem;
41 using ceres::Solver;
42 using ceres::Solve;
H A Dhelloworld.cc3 // http://code.google.com/p/ceres-solver/
36 #include "ceres/ceres.h"
39 using ceres::AutoDiffCostFunction;
40 using ceres::CostFunction;
41 using ceres::Problem;
42 using ceres::Solver;
43 using ceres::Solve;

Completed in 2662 milliseconds

1234567891011>>