- c2fab65 Fix docs of supported sparse backends for mixed_precision_solves option by Alex Stewart · 3 years, 5 months ago
- 8cb441c Fix missing declaration warnings in GCC by Alex Stewart · 3 years, 4 months ago
- d2b7f33 Remove split.cc from the bazel sources. by Sameer Agarwal · 3 years, 4 months ago
- 206061a Use standard c++ types in jet_test.cc by Sameer Agarwal · 3 years, 4 months ago
- 1f374a9 Support promotion in comparison between Jet and scalars by Sergiu Deitsch · 3 years, 5 months ago
- 06e68db Avoid midpoint overflow in the differential by Sergiu Deitsch · 3 years, 4 months ago
- 276d24c Fix C++20 compilation by Sergiu Deitsch · 3 years, 4 months ago
- b1391e0 Support midpoint Jet by Sergiu Deitsch · 3 years, 5 months ago
- 8426526 Support lerp Jet by Sergiu Deitsch · 3 years, 5 months ago
- 57c2796 support 3-argument hypot jet by Sergiu Deitsch · 3 years, 5 months ago
- 123fba6 Eigen::MappedSparseMatrix -> Eigen::Map<Eigen::SparseMatrix> by Sameer Agarwal · 3 years, 5 months ago
- 3f950c6 reworked copysign tests by Sergiu Deitsch · 3 years, 5 months ago
- 48cb54d fix fmin and fmax NaN handling by Sergiu Deitsch · 3 years, 5 months ago
- 552a4e5 support log10 jet by Sergiu Deitsch · 3 years, 5 months ago
- 4e49c54 reuse expm1 result for differential by Sergiu Deitsch · 3 years, 5 months ago
- 8d3e64d Use modern-style Eigen3 CMake variables by Alex Stewart · 3 years, 5 months ago
- 2fba614 support log1p and expm1 jet by Sergiu Deitsch · 3 years, 5 months ago
- a668cab support norm jet by Sergiu Deitsch · 3 years, 5 months ago
- a3a4b6d support copysign jet by Sergiu Deitsch · 3 years, 5 months ago
- b75dac1 fix abs jet test comment by Sergiu Deitsch · 3 years, 5 months ago
- 034bf56 use copysign for abs jet by Sergiu Deitsch · 3 years, 5 months ago
- 3100845 Add example for BiCubicInterpolator by Dmitriy Korchemkin · 3 years, 7 months ago
- 7ef4a12 Add a section on implicit and inverse function theorems by Sameer Agarwal · 3 years, 7 months ago
- 686428f Move the further reading section to bibliography by Sameer Agarwal · 3 years, 7 months ago
- e47d87f Add a note about Trigg's correction by Sameer Agarwal · 3 years, 7 months ago
- d285251 Fix the docs for Problem::RemoveResidualBlock & Problem::RemoveParameterBlock by Sameer Agarwal · 3 years, 7 months ago
- 06e02a1 Delete unused files split.h/cc by Sameer Agarwal · 3 years, 7 months ago
- ac7268d Fix an 80cols issue in covariance_impl.cc by Sameer Agarwal · 3 years, 7 months ago
- 17dccef Add NumericDiffFirstOrderFunction by Sameer Agarwal · 3 years, 7 months ago
- 03d6414 Fix a incorrect check in reorder_program.cc by Sameer Agarwal · 4 years, 3 months ago
- 8841119 Two changes to TinySolver by Sameer Agarwal · 3 years, 7 months ago
- 4dff3ea Fix a number of typos in rotation.h by Sameer Agarwal · 3 years, 7 months ago
- 98719ce Fix a type in interfacing_with_autodiff.html by Sameer Agarwal · 3 years, 7 months ago
- 0299ce9 Update conf.py to be compatible with Sphinx 4.1.2 by Sameer Agarwal · 3 years, 7 months ago
- 2a2b9bd Fix a bug in covariance_impl.cc by Sameer Agarwal · 3 years, 8 months ago
- 27fade7 Fix a bug in system_test.cc by Sameer Agarwal · 3 years, 8 months ago
- d4eb83e Fix the Jacobian in trust_region_minimizer_test.cc by Sameer Agarwal · 3 years, 8 months ago
- 5f6071a Fix a bug in local_parameterization_test.cc by Sameer Agarwal · 3 years, 8 months ago
- b2e732b Fix errors in comments from William Gandler. by Sameer Agarwal · 3 years, 8 months ago
- 42f1d67 Add accessors to GradientProblem by Sameer Agarwal · 3 years, 8 months ago
- aefd37b Refactor small_blas_gemm_benchmark by Ahmed Taei · 3 years, 8 months ago
- dc20db3 [docs] Fix `IterationSummary` section. Add missing `IterationCallback` by Alexander Karatarakis · 3 years, 8 months ago
- 90ba7d1 [docs] Fix typos by Alexander Karatarakis · 3 years, 8 months ago
- c3129c3 Fix tests not executing by Ahmed Taei · 3 years, 8 months ago
- 7de561e Fix dependency check for building documentation by Sumit Dey · 3 years, 10 months ago
- 4fbe218 Refactor small_blas_test by Ahmed Taei · 3 years, 8 months ago
- 3fdde8e Remove an errant double link. by Sameer Agarwal · 3 years, 9 months ago
- 20ad431 Fixing a typo in the version history by Noah Snavely · 3 years, 9 months ago
- 0c85c40 Revert "Reduce copies involved in Jet operations" by Alexander Karatarakis · 3 years, 9 months ago
- 3a02d5a Fix typo in LossFunctionWrapper sample code by Dmitriy Korchemkin · 3 years, 10 months ago
- 7b2c223 Add fmax/fmin overloads for scalars by Alexander Karatarakis · 3 years, 10 months ago
- c036c78 Reduce copies involved in Jet operations by Alexander Karatarakis · 3 years, 10 months ago
- 51945e0 Introduce benchmark for Jet operations by Alexander Karatarakis · 3 years, 10 months ago
- ec4f299 Do not check MaxNumThreadsAvailable if the thread number is set to 1. by Fuhao Shi · 4 years, 1 month ago
- 98f639f Add a macro CERES_GET_FLAG. by Sameer Agarwal · 4 years, 1 month ago
- 766f2ca Reduce log spam in covariance_impl.cc. by Daniel Henell · 4 years, 1 month ago
- 941ea13 Fix FindTBB version detection with TBB >= 2021.1.1 by Alex Stewart · 4 years, 1 month ago
- 323c350 fix Eigen3_VERSION by Florian Berchtold · 4 years, 1 month ago
- 2b32b32 Revert "Group specializations into groups of four" by Sameer Agarwal · 4 years, 2 months ago
- 313caf1 Allow Unity build. by Tobias Schlüter · 4 years, 2 months ago
- 4ba244c Group specializations into groups of four by Tobias Schlüter · 4 years, 2 months ago
- d77a810 Make miniglog's InitGoogleLogging argument const. by Tobias Schlüter · 4 years, 3 months ago
- 8637249 Use portable expression for constant 2/sqrt(pi) by Tobias Schlüter · 4 years, 2 months ago
- 97873ea Add some missing includes for glog/logging.h by Sameer Agarwal · 4 years, 3 months ago
- d15b1bc Increase tolerance in small_blas_test.cc by Sameer Agarwal · 4 years, 3 months ago
- 17cf018 Hide 'format not a string literal' error in examples by Austin Schuh · 4 years, 4 months ago
- 6402990 Fix -Wno-maybe-uninitialized error by Austin Schuh · 4 years, 4 months ago
- 2129412 Fix nonnull arg compared to NULL error. by Austin Schuh · 4 years, 4 months ago
- 1dd4174 Fix -Wno-format-nonliteral by Austin Schuh · 4 years, 4 months ago
- 6c106bf Fix -Wmissing-field-initializers error by Austin Schuh · 4 years, 4 months ago
- c48a327 Use cc_binary includes so examples build as external repo by Austin Schuh · 4 years, 4 months ago
- e0e14a5 Fix errors found by -Werror by Austin Schuh · 4 years, 4 months ago
- e84cf10 Fix an errant double in TinySolver. by Sameer Agarwal · 4 years, 4 months ago
- 66b4c33 updated unit quaternion rotation by Mykyta Kozlov · 4 years, 7 months ago
- d45ec47 Fix a typo in schur_eliminator.h by Sameer Agarwal · 4 years, 5 months ago
- 399cda7 Update build documentation to reflect detection of Eigen via config mode by Alex Stewart · 4 years, 6 months ago 2.0.0
- bb12727 Fix typos. by Sameer Agarwal · 4 years, 6 months ago
- a0ec5c3 Update version history for 2.0.0RC2 by Sameer Agarwal · 4 years, 6 months ago 2.0.0rc2
- 3f6d273 Unify symbol visibility configuration for all compilers by Taylor Braun-Jones · 5 years ago
- 29c2912 Unbreak the bazel build some more by Sameer Agarwal · 4 years, 6 months ago
- bf47e1a Fix the Bazel build. by Sameer Agarwal · 4 years, 6 months ago
- 600e8c5 fix minor typos by Nikolaus Demmel · 4 years, 6 months ago
- bdcdcc7 update docs for changed cmake usage by Nikolaus Demmel · 4 years, 7 months ago
- 3f69e5b Corrections from William Rucklidge by Sameer Agarwal · 4 years, 6 months ago
- 8bfdb02 Rewrite uses of VLOG_IF and LOG_IF. by Sameer Agarwal · 4 years, 6 months ago
- d1b35ff Corrections from William Rucklidge by Sameer Agarwal · 4 years, 6 months ago
- f34e80e Add dividers between licenses. by Sameer Agarwal · 4 years, 6 months ago
- 65c397d Fix formatting by Sameer Agarwal · 4 years, 6 months ago
- f63b1fe Add the MIT license text corresponding to the libmv derived files. by Sameer Agarwal · 4 years, 6 months ago
- 542613c minor formatting fix for trust_region_minimizer.cc by Nikolaus Demmel · 4 years, 6 months ago
- 6d9e984 Remove inclusion of ceres/eigen.h by Sameer Agarwal · 4 years, 6 months ago
- eafeca5 Fix a logging bug in TrustRegionMinimizer. by Sameer Agarwal · 4 years, 6 months ago
- 1fd0be9 Fix default initialisation of IterationCallback::cost by Alex Stewart · 4 years, 6 months ago
- 137bbe8 add info about clang-format to contributing docs by Nikolaus Demmel · 4 years, 6 months ago
- d3f66d7 fix formatting generated files (best effort) by Nikolaus Demmel · 4 years, 6 months ago
- a9c7361 minor formatting fix (wrongly updated in earlier commit) by Nikolaus Demmel · 4 years, 6 months ago
- 7b8f675 fix formatting for (non-generated) internal source files by Nikolaus Demmel · 4 years, 7 months ago
- 921368c Fix a number of typos in covariance.h by Sameer Agarwal · 4 years, 7 months ago
- 7b6b249 fix formatting for examples by Nikolaus Demmel · 4 years, 7 months ago
- 82275d8 some fixes for Linux and macOS install docs by Nikolaus Demmel · 4 years, 7 months ago