- 2b89ce6 Add generalized Euler Angle conversions by hs293go · 3 years, 4 months ago
- 4cd257c Let NumericDiffFirstOrderFunction take a dynamically sized parameter vector by Sameer Agarwal · 2 years, 6 months ago
- f62dccd Fix the Sphere and Line Manifold formulations by Julio L. Paneque · 2 years, 7 months ago
- 4e5ea29 Fixed MSVC 2022 warning by Sergiu Deitsch · 2 years, 9 months ago
- f1414cb Correct spelling in comments and docs. by Evan Levine · 2 years, 11 months ago
- caf614a Modernize code using c++17 constructs by Sameer Agarwal · 2 years, 11 months ago
- be61813 Simplify some template metaprograms using fold expressions. by Sameer Agarwal · 3 years ago
- 1274743 Ceres Solver now requires C++17 by Sameer Agarwal · 3 years ago
- 0d6a029 Fix unused arguments of Make1stOrderPerturbation by Dmitriy Korchemkin · 3 years ago
- eadfead Move LineManifold and SphereManifold into their own headers. by Sameer Agarwal · 3 years ago
- f085166 Fix MSVC compilation errors by Sergiu Deitsch · 3 years, 1 month ago
- c8658c8 Modernize more by Sergiu Deitsch · 3 years, 1 month ago
- f90833f Simplify symbol export by Sergiu Deitsch · 3 years, 1 month ago
- c6158e0 Replace NULL by nullptr by Sergiu Deitsch · 3 years, 1 month ago
- 9c5f29d Use compiler attributes instead of [[deprecated]] by Sameer Agarwal · 3 years, 1 month ago
- 4742bf3 Add LineManifold. by Johannes Beck · 3 years, 1 month ago
- af5e48c Add SphereManifold. by Johannes Beck · 3 years, 2 months ago
- 182cb01 Normalize Jet classification and comparison by Sergiu Deitsch · 3 years, 1 month ago
- 8426526 Support lerp Jet by Sergiu Deitsch · 3 years, 4 months ago
- 98f639f Add a macro CERES_GET_FLAG. by Sameer Agarwal · 4 years ago
- 3f6d273 Unify symbol visibility configuration for all compilers by Taylor Braun-Jones · 5 years ago
- 9d762d7 fix formatting for public header files by Nikolaus Demmel · 4 years, 6 months ago
- 7ef83e0 Update minimum required C++ version for Ceres to C++14 by Alex Stewart · 4 years, 10 months ago
- 99efa54 Replace type aliases deprecated/removed in C++17/C++20 from FixedArray by Alex Stewart · 4 years, 10 months ago
- 8c36bcc Use inline & -inlinehint-threshold in auto-diff benchmarks by Alex Stewart · 4 years, 11 months ago
- 4167568 Fix a MSVC type deduction bug in ComputeHouseholderVector by Sameer Agarwal · 5 years ago
- ab0d373 Fix a comment in autodiff.h by Sameer Agarwal · 5 years ago
- 6bde61d Add line local parameterization. by Johannes Beck · 5 years ago
- 2c1c093 Update documentation in autodiff.h by Sameer Agarwal · 5 years ago
- 8904fa4 Inline Jet initialization in Autodiff by Darius Rueckert · 5 years ago
- 5c85f21 Use ArraySelector in Autodiff by Darius Rueckert · 5 years ago
- 80477ff Add class ArraySelector by Darius Rueckert · 5 years ago
- e7a3035 Pass kNumResiduals to Autodiff by Darius Rueckert · 5 years ago
- f26f954 Fix windows MSVC build. by Johannes Beck · 5 years ago
- d1703db Moved AutoDiffCodeGen macros to a separate (public) header by Darius Rueckert · 5 years ago
- 5ce6c06 Fix ExpressionRef copy constructor and add a move constructor by Darius Rueckert · 5 years ago
- a90b5a1 Pass ExpressionRef by const reference instead of by value by Darius Rueckert · 5 years ago
- ea05767 Remove MakeFunctionCall() and add test for Ternary by Darius Rueckert · 5 years ago
- 486d818 Add ExpressionGraph::InsertExpression by Darius Rueckert · 5 years ago
- 3831a1d Expression and ExpressionGraph comparison by Darius Rueckert · 5 years ago
- 9bb1dcb Remove definition of ExpressionRef::ExpressionRef(double&); by Darius Rueckert · 5 years ago
- 5be2e48 Autodiff Codegen Part 3: CodeGenerator by Darius Rueckert · 5 years ago
- 6cd6330 Remove unused ExpressionTypes by Darius Rueckert · 5 years ago
- 7d0d69a Fix ExpressionRef by Darius Rueckert · 5 years ago
- 6fd4f07 Autodiff Codegen Part 2: Conditionals by Darius Rueckert · 5 years ago
- 4247d42 Autodiff Codegen Part 1: Expressions by Darius Rueckert · 5 years ago
- 939253c Fix Eigen alignment issues. by Johannes Beck · 6 years ago
- bf67daf Add the missing <array> header to fixed_array.h by Sameer Agarwal · 6 years ago
- 25e1cdb Switch to FixedArray implementation from abseil. by Johannes Beck · 6 years ago
- 056ba9b Add AutoDiffFirstOrderFunction by Sameer Agarwal · 6 years ago
- e243fd2 remove the use of DCHECK_NOTNULL from numeric_diff.h by Sameer Agarwal · 6 years ago
- 5ec88f6 Fix Jacobian evaluation for constant parameter by Johannes Beck · 6 years ago
- 8eef94d Sized cost function using variadic templates by Johannes Beck · 6 years ago
- feeadb4 Swap the order of definition of IsValidParameterDimensionSequence. by Sameer Agarwal · 6 years ago
- 7edb3a6 Add parameter dims for variadic sized cost function by Johannes Beck · 6 years ago
- 336a6be Adding integer sequence and algorithms by Johannes Beck · 6 years ago
- e004eba Simplifying Init in manual contructor by Johannes Beck · 6 years ago
- 72d8e1c Fix typos. by Kuang Fangjun · 6 years ago
- 57067a2 fix typos. by Kuang Fangjun · 6 years ago
- 16f9b34 Remove Intel TBB threading support. by Alex Stewart · 7 years ago
- 8f41ca6 Add Apple's Accelerate framework as a sparse linear algebra library. by Alex Stewart · 7 years ago
- dc8ef46 Move max_align_t handling into jet.h by Sameer Agarwal · 7 years ago
- 31f2452 Deprecate macros.h and fpclassify.h by Sameer Agarwal · 7 years ago
- e49507c More C++ification. by Sameer Agarwal · 7 years ago
- 7c4e8a4 Replace scoped_ptr with C++11's unique_ptr by Keir Mierle · 7 years ago
- ffae101 Removed CERES_USE_CXX11 Remove the special handling for tr1::shared_ptr. by Sameer Agarwal · 7 years ago
- 5fcd315 Fixes the configuration check in port.h. by Mike Vitus · 7 years ago
- 7b27175 Adds C++11 parallel for implementation. by Mike Vitus · 7 years ago
- 78d49f4 Update EigenTypes to deal with 1 column matrices by Sameer Agarwal · 7 years ago
- 40effe3 Tiny solver autodiff adapter by Keir Mierle · 7 years ago
- 2dd9077 Ensure that partial evaluation of residuals triggers an error by Sameer Agarwal · 8 years ago
- 3fa415b Enable support for AVX instructions for Jets. by Alex Stewart · 8 years ago
- b4e2724 Use default alignment if alignof(std::max_align_t) < 16 with C++11. by Alex Stewart · 8 years ago
- d80c112 Tweak alignment hint implementation for Jets by Andrew Hunter · 9 years ago
- 5667505 Align Jet matrices where supported by Andrew Hunter · 9 years ago
- 67622b0 Fix a pointer access bug in Ridders' algorithm. by Sameer Agarwal · 10 years ago
- 2701429 Use Eigen::Dynamic instead of ceres::DYNAMIC in numeric_diff.h by Sameer Agarwal · 10 years ago
- 4f049db Adaptive numeric differentiation using Ridders' method. by Tal Ben-Nun · 10 years ago
- c80ce35 Fix unused parameter compiler warnings in numeric_diff.h by Alex Stewart · 10 years ago
- 9064b4e Improve numeric differentation near zero. by Sameer Agarwal · 10 years ago
- b2dcef3 Refactored DynamicNumericDiffCostFunction to use NumericDiff by Tal Ben-Nun · 10 years ago
- 7492b0d Update copyright headers with new year and URL by Keir Mierle · 10 years ago
- 05a07ec Remove using std::string from port.h by Sameer Agarwal · 10 years ago
- bcc865f Remove using namespace std; by Sameer Agarwal · 10 years ago
- 12eb389 Fix Eigen Row/ColMajor bug in NumericDiffCostFunction. by Sameer Agarwal · 11 years ago
- c0b8838 Disabled warning C4251 Added the files disable_warnings.h and reenable_warnings.h which need to be included by every file that uses the macro CERES_EXPORT. by Björn Piltz · 11 years ago
- d48e705 Configure config.h and include it from the build directory. by Alex Stewart · 11 years ago
- ea76585 Adding autogenerated Ceres config.h to #define Ceres compile options. by Alex Stewart · 11 years ago
- 5d7eed8 Suppport for MSVC DLLs. by Björn Piltz · 11 years ago
- ceb7a3b Fix compilation error when using G++ compiler by Sergey Sharybin · 11 years ago
- 2569076 More NDK fixes. by Sameer Agarwal · 11 years ago
- e55596f Change the defaults for shared_ptr. by Sameer Agarwal · 11 years ago
- bb05be3 Solver::Options uses shared_ptr to handle ownership. by Sameer Agarwal · 11 years ago
- af04d7f Remove DCHECK_GE checks from fixed_array.h by Sameer Agarwal · 11 years ago 1.8.0rc2
- e5ce117 Minor bug fix to autodiff.h by Sameer Agarwal · 11 years ago
- 3a2158d NumericDiffCostFunction supports dynamic number of residuals. by Sameer Agarwal · 11 years ago
- c9122c3 MUST_USE_RESULT -> CERES_MUST_USE_RESULT by Sameer Agarwal · 11 years ago
- 3c2ad40 Speed up Automatic differentiation by 7%. by Sameer Agarwal · 12 years ago
- a1eaa26 Update glog path by Sameer Agarwal · 12 years ago
- 0a4f5f8 Fix operator() signature in several sections of the documentation by Taylor Braun-Jones · 12 years ago