Sign in
ceres-solver
/
ceres-solver
/
91087e8936b4bdbbf5b552807bb5738d73f8c160
/
include
91087e8
Added some small optimizations to the jet class (initialize values
by Tim Langlois
· 12 years ago
11bf5ff
Add RequireInitialization = 1 to NumTraits::Jet.
by Sameer Agarwal
· 12 years ago
4d2df0c
Add IterationSummary::gradient_norm.
by Sameer Agarwal
· 12 years ago
d61b68a
Lint cleanups from William Rucklidge
by Sameer Agarwal
· 12 years ago
367b65e
Multiple dense linear algebra backends.
by Sameer Agarwal
· 12 years ago
1692416
Update version from 1.6.0 -> 1.7.0rc1.
by Sameer Agarwal
· 12 years ago
5a97471
Covariance estimation using SuiteSparseQR.
by Sameer Agarwal
· 12 years ago
719889b
Minor fixes
by Sameer Agarwal
· 12 years ago
9aa0e3c
Adding Wolfe line search algorithm and full BFGS search direction options.
by Alex Stewart
· 12 years ago
3c2ad40
Speed up Automatic differentiation by 7%.
by Sameer Agarwal
· 12 years ago
6e8bd50
Extend the C API to support loss functions
by Keir Mierle
· 12 years ago
eeedd2e
Rationalize some of the variable names in Solver::Options.
by Sameer Agarwal
· 12 years ago
67ccb73
Fix broken build.
by Sameer Agarwal
· 12 years ago
4f010b2
Improve Summary::FullReport when line search is used.
by Sameer Agarwal
· 12 years ago
0924401
Expose line search parameters in Solver::Options.
by Sameer Agarwal
· 12 years ago
79d9353
Remove Protocol Buffers support.
by Sameer Agarwal
· 12 years ago
6dd1856
Fix DynamicAutoDiffCostFunction
by Richard Stebbing
· 12 years ago
c4a3291
Enable support for dumping trust region minimizer problems.
by Sameer Agarwal
· 12 years ago
1f17f56
Add Covariance documentation to html docs.
by Sameer Agarwal
· 12 years ago
f3e1267
Update the documentation for Covariance.
by Sameer Agarwal
· 12 years ago
8f7e896
Multithread covariance estimation.
by Sameer Agarwal
· 12 years ago
4437639
Documentation updates.
by Sameer Agarwal
· 12 years ago
7129cd3
Pay attention to condition number in covariance estimation.
by Sameer Agarwal
· 12 years ago
f0b071b
Lint and other fixes from William Rucklidge
by Sameer Agarwal
· 12 years ago
0939632
More documentation updates
by Sameer Agarwal
· 12 years ago
a8d38d4
Add sinh, cosh, tanh and tan functions to automatic differentiation
by Johannes Schönberger
· 12 years ago
ebbb984
Various corrections and enhancements to the documentation.
by Sameer Agarwal
· 12 years ago
9f9488b
Add iteration and time reporting for inner iterations.
by Sameer Agarwal
· 12 years ago
d4cb94b
Add adaptive stopping to inner iterations.
by Sameer Agarwal
· 12 years ago
45ac14f
Add destructor to Covariance.
by Sameer Agarwal
· 12 years ago
02706c1
Sparse covariance estimation.
by Sameer Agarwal
· 12 years ago
f956615
Proof of concept C API for Ceres
by Keir Mierle
· 12 years ago
a1eaa26
Update glog path
by Sameer Agarwal
· 12 years ago
01fb8a3
Add documentation about CostFunction::Evaluate.
by Sameer Agarwal
· 12 years ago
937777a
Miscellanous fixes in preparation for 1.6.0
by Sameer Agarwal
· 12 years ago
cbdeb79
Lint cleanup from William Rucklidge
by Sameer Agarwal
· 12 years ago
9189f4e
Enable pre-ordering for SPARSE_NORMAL_CHOLESKY.
by Sameer Agarwal
· 12 years ago
7823cf2
Fix a typo in problem.h
by Sameer Agarwal
· 12 years ago
3d95469
Add the ability to query the Problem about parameter blocks.
by Sameer Agarwal
· 12 years ago
e6707b2
Lint fixes from William Rucklidge.
by Sameer Agarwal
· 12 years ago
faa72ac
Update to compile with stricter gcc checks.
by Joydeep Biswas
· 12 years ago
487250e
Minor cleanups.
by Sameer Agarwal
· 12 years ago
eeedd3a
Autodiff local parameterization class
by Sergey Sharybin
· 12 years ago
25ac548
Speed up Jets.
by Sameer Agarwal
· 12 years ago
58b8c68
Clean up rotation.h
by Sameer Agarwal
· 12 years ago
5e7ce8a
Fix Problem::Evaluate documentation
by Sameer Agarwal
· 12 years ago
0a4f5f8
Fix operator() signature in several sections of the documentation
by Taylor Braun-Jones
· 12 years ago
31730ef
DenseSparseMatrix is now column-major.
by Sameer Agarwal
· 12 years ago
039ff07
Evaluate ResidualBlocks without LossFunction if needed.
by Sameer Agarwal
· 12 years ago
ba94421
Add the number of effective parameters to the final report.
by Keir Mierle
· 12 years ago
931c309
Cleanup based on comments by William Rucklidge
by Sameer Agarwal
· 12 years ago
509f68c
Problem::Evaluate implementation.
by Sameer Agarwal
· 12 years ago
beb4505
Minor fixes
by Sameer Agarwal
· 12 years ago
3e2c4ef
Add adapters for column/row-major matrices to rotation.h
by Keir Mierle
· 12 years ago
04938ef
Add support for removing parameter and residual blocks.
by Keir Mierle
· 12 years ago
290b975
Preconditioner refactoring.
by Sameer Agarwal
· 12 years ago
d010de5
Solver::Summary::FullReport() supports line search now.
by Sameer Agarwal
· 12 years ago
8e1f83c
Speed up Problem construction and destruction.
by Sameer Agarwal
· 12 years ago
efb47f3
Documentation update
by Sameer Agarwal
· 12 years ago
974513a
Bug fix in DynamicAutoDiffCostFunction
by Sameer Agarwal
· 12 years ago
3130b3c
Add support for dynamic autodiff
by Keir Mierle
· 12 years ago
42a84b8
Expand reporting of timing information.
by Sameer Agarwal
· 12 years ago
fa1c31e
Correct the documentation for crs_matrix.h
by Sameer Agarwal
· 12 years ago
977be7c
Add support for reporting linear solver and inner iteration orderings.
by Sameer Agarwal
· 12 years ago
146b9ac
Update include/ceres.h to export headers. Update the ABI version.
by Sameer Agarwal
· 12 years ago
2f0d724
NumericDiffFunctor.
by Sameer Agarwal
· 12 years ago
2fc0ed6
Change NumericDiffCostFunction to accept variadic functors.
by Sameer Agarwal
· 12 years ago
9c5acce
Add CostFunctionToFunctor.
by Sameer Agarwal
· 12 years ago
c89ea4b
Minor corrections based on Jim Roseborough's comments
by Sameer Agarwal
· 12 years ago
2293cb5
Add missing documentation to solver.h
by Sameer Agarwal
· 12 years ago
aed9961
Expose lbfgs rank in solver.h
by Sameer Agarwal
· 12 years ago
1afd498
String to and from enum conversion routines.
by Sameer Agarwal
· 12 years ago
3e8d192
Add a rough implementation of LBFGS.
by Sameer Agarwal
· 12 years ago
f4d0164
Add a line search based minimizer.
by Sameer Agarwal
· 12 years ago
86f6ea6
Fix a variadic evaluation bug in AutoDiff.
by Sameer Agarwal
· 12 years ago
747845f
Add the GradientChecker.
by Sameer Agarwal
· 12 years ago
12626e8
Add support for up to 10 parameters in Problem
by Fisher
· 12 years ago
f1e67cc
Add support for up to 10 parameters in autodiff.
by Keir Mierle
· 12 years ago
f3c1077
Remove collections_port.h from ordered_group.h
by Sameer Agarwal
· 13 years ago
68b32a9
ordering -> linear_solver_ordering.
by Sameer Agarwal
· 13 years ago
ba8d967
Generalization of the inner iterations algorithm.
by Sameer Agarwal
· 13 years ago
2c94eed
Move from Ordering to ParameterBlockOrdering.
by Sameer Agarwal
· 13 years ago
b6da9c7
OrderedGroups implementation.
by Sameer Agarwal
· 13 years ago
9123e2f
An implementation of Ruhe & Wedin's Algorithm II.
by Sameer Agarwal
· 13 years ago
b23fd4e
Add IterationSummary::step_is_nonmonotonic.
by Sameer Agarwal
· 13 years ago
97ca0fb
Compile with warnings on Unix.
by Keir Mierle
· 13 years ago
65625f7
Solver::Options::ordering* are dead.
by Sameer Agarwal
· 13 years ago
91c9bfe
Start of the new ordering API.
by Sameer Agarwal
· 13 years ago
6da1f87
Add Ceres version and ABI version defines to ceres.h
by Keir Mierle
· 13 years ago
14ee795
Add ability to query available linear algebra backend.
by Sameer Agarwal
· 13 years ago
0b5b788
Tiny changes to prevent a signed/unsigned compile warning.
by Ricardo Martin
· 13 years ago
cbae856
Various cleanups to nist.cc.
by Sameer Agarwal
· 13 years ago
1e28920
Update Summary::FullReport to report dogleg type.
by Sameer Agarwal
· 13 years ago
295ade1
Fix Eigen3 Row/Column Major storage issue.
by Sameer Agarwal
· 13 years ago
0c714a7
Fix blanks before private in loss_function.h
by Sameer Agarwal
· 13 years ago
51cf7cb
Add the two-dimensional subspace search to DoglegStrategy
by Markus Moll
· 13 years ago
ad1f7b7
Add ArcTanLoss, TolerantLoss and ComposedLossFunction.
by Sameer Agarwal
· 13 years ago
b9f15a5
Add a dense Cholesky factorization based linear solver.
by Sameer Agarwal
· 13 years ago
383c04f
Fix QuaternionToAngleAxis to ensure rotations are between -pi and pi.
by Sameer Agarwal
· 13 years ago
f21bee2
Fix for fpclassify.h NDK porting work.
by Keir Mierle
· 13 years ago
Next »