Sign in
ceres-solver
/
ceres-solver
/
5690b447de5beed6bdda99b7f30f372283c2fb1a
/
include
/
ceres
195d8d1
Remove two DCHECKs from CubicHermiteSpline.
by Sameer Agarwal
· 9 years ago
46c5ce8
Fix compiler errors on some systems
by David Gossow
· 9 years ago
79a28d1
Rename a confusingly named member of Solver::Options
by Sameer Agarwal
· 9 years ago
358ae74
Note that Problem::Evaluate cannot be called from an IterationCallback
by Sameer Agarwal
· 9 years ago
44044e2
Update the NumTraits for Jets
by Sameer Agarwal
· 9 years ago
bfc916c
Allow ceres to be used with the latest version of Eigen
by Shaheen Gandhi
· 9 years ago
ac3b8e8
Gradient checking cleanup and local parameterization bugfix
by David Gossow
· 9 years ago
d4264ec
Add a quaternion local parameterization for Eigen's quaternion element convention.
by Mike Vitus
· 9 years ago
ff11d0e
Use _j[0,1,n]() Bessel functions on MSVC to avoid deprecation errors.
by Alex Stewart
· 9 years ago
0c63bd3
Add floor and ceil functions to the Jet implementation.
by Mike Vitus
· 9 years ago
d61e94d
Add IsParameterBlockConstant to the ceres::Problem class.
by Thomas Schneider
· 9 years ago
efe61b0
Make Jet string output more readable
by Keir Mierle
· 9 years ago
46ad469
A complete refactoring of TrustRegionMinimizer.
by Sameer Agarwal
· 9 years ago
15587dd
Lint changes from William Rucklidge
by Sameer Agarwal
· 9 years ago
b0bf9fd
Add covariance matrix for a vector of parameters
by Wannes Van Loock
· 9 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
992ae55
Report the number of line search steps in FullReport.
by Sameer Agarwal
· 9 years ago
ba67ed1
A variety of small updates
by Sameer Agarwal
· 9 years ago
49c8601
Add Bessel functions in order to use them in residual code.
by Alessandro Gentilini
· 10 years ago
a66d89d
Get ready for 1.11.0RC1
by Sameer Agarwal
· 10 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
b0cbc0f
Reduce memory footprint of SubsetParameterization
by Johannes Schönberger
· 10 years ago
4c3f898
Add missing CERES_EXPORT to ComposedLoss
by Simon Rutishauser
· 10 years ago
560940f
A refactor of the cubic interpolation code
by Sameer Agarwal
· 10 years ago
d9790e7
Add ProductParameterization
by Sameer Agarwal
· 10 years ago
c80ce35
Fix unused parameter compiler warnings in numeric_diff.h
by Alex Stewart
· 10 years ago
2a1dfd2
Add DynamicCostFunctionToFunctor.
by David Gossow
· 10 years ago
1e241b7
Allow the LossFunction contained in a LossFunctionWrapper to be NULL.
by Simon Rutishauser
· 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
3c52ef2
More lint changes from William Rucklidge.
by Sameer Agarwal
· 10 years ago
5c09544
Lint changes from William Rucklidge.
by Sameer Agarwal
· 10 years ago
77e80ae
Additional special cases in the handling of pow(Jet,Jet).
by Russell Smith
· 10 years ago
365084f
Lint changes from William Rucklidge.
by Sameer Agarwal
· 10 years ago
a6f39a9
Fix bug where pow(JetA,JetB) returned wrong result for JetA==0.
by Russell Smith
· 10 years ago
a6971f6
Documentation changes.
by Sameer Agarwal
· 10 years ago
4df3d11
Bug fix for reversing OrderedGroups.
by Chris Sweeney
· 10 years ago
3fafa3c
Add CERES_ prefix to macros in public headers
by Keir Mierle
· 10 years ago
cab2267
Add Homogeneous vector parameterization.
by Mike Vitus
· 10 years ago
7492b0d
Update copyright headers with new year and URL
by Keir Mierle
· 10 years ago
a1579be
Add method to return covariance in tangent space
by Steve Hsu
· 10 years ago
49b815d
Add a missing "explicit" to BiCubicInterpolator.
by Sameer Agarwal
· 10 years ago
d904f36
Fix MSVC compilation error
by Johannes Schönberger
· 10 years ago
afca29c
Fix a boundary handling but in BiCubicInterpolator.
by Sameer Agarwal
· 10 years ago
7d279fd
Remove bounds checks from Array1D and Array2D.
by Sameer Agarwal
· 10 years ago
c2fe657
Fix typo in comment section: .a[...] -> .v[...]
by Julius Ziegler
· 10 years ago
3125c23
A complete re-write of the cubic interpolation code.
by Sameer Agarwal
· 10 years ago
c979a4c
Clean up fpclassify.h.
by Sameer Agarwal
· 10 years ago
2bf6fbc
Example code for cubic interpolation.
by Sameer Agarwal
· 10 years ago
a2a998c
Add BiCubic interpolation.
by Sameer Agarwal
· 10 years ago
1789fc6
Add a one dimensional cubic interpolator.
by Sameer Agarwal
· 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
60cc520
Add explicit no sparse linear algebra library available option.
by Alex Stewart
· 10 years ago
9ad59a7
Compute & report timing information for line searches.
by Alex Stewart
· 10 years ago
993622e
Minor fixes.
by Sameer Agarwal
· 10 years ago
c9be6a6
More lint cleanup.
by Sameer Agarwal
· 10 years ago
730aa53
Add RotationMatrixToQuaternion.
by Sameer Agarwal
· 10 years ago
7c0ac8f
Add Tukey loss function.
by Mike Vitus
· 10 years ago
cd358c7
Fix RotationMatrixToAngleAxis near Pi.
by Sameer Agarwal
· 10 years ago
b01fb96
Remove redundant sentence in comment
by Greg Coombe
· 10 years ago
7b6bd1c
Documentation update.
by Sameer Agarwal
· 10 years ago
b44cfde
Let ITERATIVE_SCHUR use an explicit Schur Complement matrix.
by Sameer Agarwal
· 10 years ago
d3ecd18
Add an explicit include for local_parameterization.h
by Sameer Agarwal
· 11 years ago
092b949
Add GradientProblem and GradientProblemSolver.
by Sameer Agarwal
· 11 years ago
6c45d6b
Add more inspection methods to Problem.
by Sameer Agarwal
· 11 years ago
89080ab
Add LocalParameterization::MultiplyByJacobian.
by Sameer Agarwal
· 11 years ago
f04c323
Fix some obsolete documentation in CostFunction::Evaluate
by Sameer Agarwal
· 11 years ago
b41f048
Remove obsolete include of numeric_diff_functor.h.
by Martin Baeuml
· 11 years ago
b7fb605
Remove NumericDiffFunctor.
by Sameer Agarwal
· 11 years ago
175fa8f
CostFunctionToFunctor allows dynamic number of residuals.
by Sameer Agarwal
· 11 years ago
12eb389
Fix Eigen Row/ColMajor bug in NumericDiffCostFunction.
by Sameer Agarwal
· 11 years ago
d906afa
A number of bug fixes.
by Sameer Agarwal
· 11 years ago
a0c282a
Add EIGEN_STRONG_INLINE annotation to jet.h
by Sameer Agarwal
· 11 years ago
1745dd6
Refactor SolverImpl.
by Sameer Agarwal
· 11 years ago
0315982
Enable Eigen as sparse linear algebra library.
by Sameer Agarwal
· 11 years ago
060a850
Remove SPARSE_CHOLESKY based covariance estimation.
by Sameer Agarwal
· 11 years ago
0bbb48a
Adds support for computing the covariance using Eigen's sparse QR module.
by Mike Vitus
· 11 years ago
e9fcf3d
Add OrderedGroups::MinNonZeroGroup.
by Sameer Agarwal
· 11 years ago
c8063df
POLAK_RIBIRERE -> POLAK_RIBIERE
by Sameer Agarwal
· 11 years ago
1693645
Add Solver::Options::IsValid.
by Sameer Agarwal
· 11 years ago
80a85ca
Replace broken CERES_VERSION macro
by Keir Mierle
· 11 years ago
b766177
Remove support for Solver::Options::solver_log.
by Sameer Agarwal
· 11 years ago
ec3a3ce
Flesh out OrderedGroups.
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
8c62487
Preparations for 1.9.0 release.
by Sameer Agarwal
· 11 years ago
1.9.0rc1
8f4dcb2
Documentation update.
by Sameer Agarwal
· 11 years ago
d48e705
Configure config.h and include it from the build directory.
by Alex Stewart
· 11 years ago
11c4961
Fix 80cols violation in local_parameterization.h
by Sameer Agarwal
· 11 years ago
ea76585
Adding autogenerated Ceres config.h to #define Ceres compile options.
by Alex Stewart
· 11 years ago
1df2f0f
Removed MSVC warnings These are warnings which show up when using Ceres.
by Björn Piltz
· 11 years ago
31b5037
Lint cleanup from William Rucklidge.
by Sameer Agarwal
· 11 years ago
b166806
Variety of changes to documentation and example code.
by Sameer Agarwal
· 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
3253078
Add dynamic_sparsity option.
by Richard Stebbing
· 11 years ago
2569076
More NDK fixes.
by Sameer Agarwal
· 11 years ago
Next »