• Home
Name Date Size #Lines LOC

..--

android/03-May-2024-15561

cmake/03-May-2024-324291

data/03-May-2024-154,088153,345

docs/03-May-2024-7,2715,339

examples/03-May-2024-5,1183,021

google3/03-May-2024-18089

include/ceres/03-May-2024-9,2993,981

internal/ceres/03-May-2024-50,86629,973

jni/03-May-2024-253128

scripts/03-May-2024-343194

Android.mkD03-May-20248.6 KiB170108

CMakeLists.txtD03-May-202428.7 KiB747665

CleanSpec.mkD03-May-20242.3 KiB530

LICENSED03-May-20241.5 KiB2824

MODULE_LICENSE_BSDD03-May-20240

READMED03-May-2024165 43

README.googleD03-May-2024645 1612

import_ceres_upstream.shD03-May-20241.1 KiB4627

patch_from_client.shD03-May-20241.1 KiB4526

README

1Ceres Solver - A non-linear least squares minimizer
2==================================================
3Please see docs/html/index.html for a tutorial and reference.
4

README.google

1URL: https://ceres-solver.googlesource.com/ceres-solver/+archive/0338f9a8e69582a550ef6d128e447779536d623c.tar.gz
2Version: 0338f9a8e69582a550ef6d128e447779536d623c
3License: New BSD, portions MIT
4License File: LICENSE
5
6Description:
7Ceres (http://ceres-solver.googlecode.com) is a portable non-linear
8least squares solver, developed at Google. It is now open-source.
9
10Website : https://code.google.com/p/ceres-solver/
11Code    : https://ceres-solver.googlesource.com/ceres-solver/
12Docs    : http://homes.cs.washington.edu/~sagarwal/ceres-solver/
13
14Local modifications:
15Replaced the implementation of logging.h with the google3 /mobile/base/logging.h
16