MCPcopy Create free account

hub / github.com/ceres-solver/ceres-solver / functions

Functions4,125 in github.com/ceres-solver/ceres-solver

↓ 1 callersMethodRightMultiplyByPlusJacobian
internal/ceres/manifold.cc:137
↓ 1 callersMethodRightMultiplyByPlusJacobian
include/ceres/manifold.h:284
↓ 1 callersFunctionRotationMatrix2D
examples/slam/pose_graph_2d/pose_graph_2d_error_term.h:42
↓ 1 callersFunctionRotationMatrixToQuaternion
include/ceres/rotation.h:391
↓ 1 callersFunctionScale
The matrix A is scaled using the matrix whose diagonal is the vector scale. mode describes how scaling is applied. Possible values are CHOLMOD_ROW for
internal/ceres/suitesparse.h:99
↓ 1 callersFunctionScaledLoss
include/ceres/loss_function.h:337
↓ 1 callersFunctionSchurJacobiPreconditioner
internal/ceres/schur_jacobi_preconditioner.h:89
↓ 1 callersFunctionSet
internal/ceres/gtest/gtest.h:3129
↓ 1 callersMethodSet
examples/pgm_image.h:105
↓ 1 callersMethodSetGradientErrorDetected
internal/ceres/gradient_checking_cost_function.cc:143
↓ 1 callersMethodSetJacobianOffset
Add offset to the given Jacobian before returning it from Evaluate(), thus introducing an error in the computation.
internal/ceres/gradient_checker_test.cc:339
↓ 1 callersFunctionSetLinearSolver
examples/denoising.cc:177
↓ 1 callersFunctionSetLinearSolver
examples/bundle_adjuster.cc:149
↓ 1 callersFunctionSetManifold
Set the manifold. The parameter block does not take ownership of the manifold.
internal/ceres/parameter_block.h:160
↓ 1 callersMethodSetManifold
internal/ceres/problem_impl.cc:506
↓ 1 callersFunctionSetMinimizerOptions
examples/denoising.cc:191
↓ 1 callersFunctionSetMinimizerOptions
examples/nist.cc:464
↓ 1 callersFunctionSetMinimizerOptions
examples/bundle_adjuster.cc:269
↓ 1 callersFunctionSetNumericDiffOptions
examples/nist.cc:457
↓ 1 callersFunctionSetOrdering
examples/bundle_adjuster.cc:181
↓ 1 callersMethodSetReturnValue
internal/ceres/gradient_checker_test.cc:112
↓ 1 callersFunctionSetSolverOptionsFromFlags
examples/bundle_adjuster.cc:298
↓ 1 callersFunctionSetSparseMatrixConstant
internal/ceres/evaluator_test.cc:222
↓ 1 callersMethodSetUp
Sets up the test fixture. A sub-class may override this.
internal/ceres/gmock_gtest_all.cc:3923
↓ 1 callersMethodSetValue
Sets a new value, overriding the one supplied in the constructor.
internal/ceres/gtest/gtest.h:10436
↓ 1 callersFunctionSetupEvaluator
Configure and create the evaluator.
internal/ceres/trust_region_preprocessor.cc:260
↓ 1 callersFunctionSetupEvaluator
internal/ceres/line_search_preprocessor.cc:55
↓ 1 callersFunctionSetupInnerIterationMinimizer
If the user requested inner iterations, then find an inner iteration ordering as needed and configure and create a CoordinateDescentMinimizer object t
internal/ceres/trust_region_preprocessor.cc:288
↓ 1 callersFunctionSetupLinearSolver
Configure and create a linear solver object. In doing so, if a sparse direct factorization based linear solver is being used, then find a fill reducin
internal/ceres/trust_region_preprocessor.cc:157
↓ 1 callersFunctionSetupMinimizerOptions
Configure and create a TrustRegionMinimizer object.
internal/ceres/trust_region_preprocessor.cc:339
↓ 1 callersFunctionShouldRunTestOnShard
Given the total number of shards, the shard index, and the test id, returns true if and only if the test should be run on this shard. The test id is s
internal/ceres/gmock_gtest_all.cc:7504
↓ 1 callersFunctionShouldUseColor
Returns true if and only if Google Test should use colors in the output.
internal/ceres/gmock_gtest_all.cc:4725
↓ 1 callersFunctionShuffle
internal/ceres/gmock_gtest_all.cc:731
↓ 1 callersFunctionShutdown
internal/ceres/evaluation_benchmark.cc:785
↓ 1 callersFunctionSimulateRobot
examples/robot_pose_mle.cc:235
↓ 1 callersFunctionSkipSpaces
Skips to the first non-space char in str. Returns an empty string if str contains only whitespace characters.
internal/ceres/gmock_gtest_all.cc:12434
↓ 1 callersFunctionSleepMilliseconds
Sleeps for (roughly) n milliseconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
internal/ceres/gtest/gtest.h:1418
↓ 1 callersMethodSolve
internal/ceres/gradient_problem_solver.cc:98
↓ 1 callersFunctionSolveNISTProblems
examples/nist.cc:659
↓ 1 callersFunctionSolveOptimizationProblem
Returns true if the solve was successful.
examples/slam/pose_graph_2d/pose_graph_2d.cc:111
↓ 1 callersFunctionSolveOptimizationProblem
Returns true if the solve was successful.
examples/slam/pose_graph_3d/pose_graph_3d.cc:103
↓ 1 callersFunctionSolveProblem
Solves the FoE problem using Ceres and post-processes it to make sure the solution stays within [0, 255].
examples/denoising.cc:211
↓ 1 callersFunctionSolveProblem
examples/bundle_adjuster.cc:348
↓ 1 callersFunctionSolveUpperTriangularInPlace
internal/ceres/compressed_col_sparse_matrix_utils.h:75
↓ 1 callersFunctionSortVector
Sort the entries in a vector. Needed because the roots are not returned in sorted order.
internal/ceres/polynomial_test.cc:82
↓ 1 callersFunctionSparseCholeskySolverUnitTest
internal/ceres/sparse_cholesky_test.cc:107
↓ 1 callersFunctionSplitIntoTestNames
internal/ceres/gmock_gtest_all.cc:12440
↓ 1 callersFunctionSplitStringUsingChar
examples/nist.cc:165
↓ 1 callersFunctionStackGrowsDown
Make sure AddressSanitizer does not tamper with the stack here.
internal/ceres/gmock_gtest_all.cc:9519
↓ 1 callersFunctionStackLowerThanAddress
Make sure sanitizers do not tamper with the stack here. Ideally, we want to use `__builtin_frame_address` instead of a local variable address with san
internal/ceres/gmock_gtest_all.cc:9511
↓ 1 callersMethodStepIsInvalid
internal/ceres/dogleg_strategy.cc:640
↓ 1 callersMethodStepQuality
internal/ceres/trust_region_step_evaluator.cc:51
↓ 1 callersFunctionStrCaseCmp
internal/ceres/gtest/gtest.h:2240
↓ 1 callersFunctionStrError
internal/ceres/gtest/gtest.h:2350
↓ 1 callersFunctionStreamWideCharsToMessage
Converts an array of wide chars to a narrow string using the UTF-8 encoding, and streams the result to the given Message object.
internal/ceres/gmock_gtest_all.cc:2607
↓ 1 callersFunctionStringToLineSearchDirectionType
internal/ceres/types.cc:224
↓ 1 callersFunctionStringToLineSearchInterpolationType
internal/ceres/types.cc:261
↓ 1 callersFunctionStringToLineSearchType
internal/ceres/types.cc:243
↓ 1 callersFunctionStringToLinearSolverOrderingType
internal/ceres/types.cc:136
↓ 1 callersFunctionStringToVisibilityClusteringType
internal/ceres/types.cc:335
↓ 1 callersFunctionStripBasename
internal/ceres/miniglog/glog/logging.h:267
↓ 1 callersFunctionSumSquaredSizes
internal/ceres/block_structure.cc:62
↓ 1 callersFunctionSummarizeGivenProgram
internal/ceres/solver.cc:508
↓ 1 callersFunctionSummarizeReducedProgram
internal/ceres/solver.cc:519
↓ 1 callersFunctionSymmetricGeometricDistance
Calculate symmetric geometric cost: D(H * x1, x2)^2 + D(H^-1 * x2, x1)^2
examples/libmv_homography.cc:135
↓ 1 callersFunctionTake0thOrderPart
include/ceres/internal/autodiff.h:240
↓ 1 callersMethodTearDown
Tears down the test fixture. A sub-class may override this.
internal/ceres/gmock_gtest_all.cc:3929
↓ 1 callersFunctionTestFileAbsolutePath
internal/ceres/test_util.cc:137
↓ 1 callersFunctionTestPartResultTypeToString
Converts a TestPartResult::Type enum to human-friendly string representation. Both kNonFatalFailure and kFatalFailure are translated to "Failure", as
internal/ceres/gmock_gtest_all.cc:4604
↓ 1 callersMethodTimeStatistics
internal/ceres/line_search.cc:163
↓ 1 callersFunctionToDegrees
Convert Euler angles from radians to degrees.
internal/ceres/rotation_test.cc:613
↓ 1 callersFunctionToLower
internal/ceres/gtest/gtest.h:2210
↓ 1 callersMethodToTextFile
internal/ceres/dense_sparse_matrix.cc:107
↓ 1 callersFunctionToUpper
internal/ceres/gtest/gtest.h:2213
↓ 1 callersMethodTranspose
internal/ceres/compressed_row_sparse_matrix.cc:600
↓ 1 callersFunctionTranspose3x3
Transposes a 3x3 matrix.
internal/ceres/rotation_test.cc:606
↓ 1 callersFunctionTransposeForCompressedRowSparseStructure
internal/ceres/compressed_row_sparse_matrix.cc:72
↓ 1 callersFunctionTrustRegionOptionsAreValid
internal/ceres/solver.cc:389
↓ 1 callersFunctionTrustRegionStrategyTypeToString
internal/ceres/types.cc:164
↓ 1 callersFunctionUniversalPrintArray
Prints a (const) char array of 'len' elements, starting at address 'begin'.
internal/ceres/gmock_gtest_all.cc:12128
↓ 1 callersMethodUnlock
internal/ceres/gmock_gtest_all.cc:10694
↓ 1 callersFunctionUnpackCamerasRotationAndTranslation
Convert cameras rotations fro mangle axis back to rotation matrix.
examples/libmv_bundle_adjuster.cc:640
↓ 1 callersMethodUnref
internal/ceres/gtest/gtest.h:6307
↓ 1 callersMethodUntypedPrintArgs
Prints the given function arguments to the ostream.
internal/ceres/gmock/gmock.h:9938
↓ 1 callersMethodUnwrap
Returns the held value. Must not be called more than once.
internal/ceres/gmock/gmock.h:9596
↓ 1 callersMethodUpdateValues
internal/ceres/cuda_block_sparse_crs_view.cc:72
↓ 1 callersFunctionValidateRegex
Generates non-fatal failures and returns false if regex is invalid; otherwise returns true.
internal/ceres/gmock_gtest_all.cc:11156
↓ 1 callersFunctionValidateTestPropertyName
internal/ceres/gmock_gtest_all.cc:3826
↓ 1 callersFunctionVisibilityBasedPreconditioner
internal/ceres/visibility_based_preconditioner.h:138
↓ 1 callersMethodWaitForNotification
internal/ceres/gmock_gtest_all.cc:10665
↓ 1 callersMethodWaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
internal/ceres/gtest/gtest.h:1457
↓ 1 callersFunctionWaitForSinks
internal/ceres/miniglog/glog/logging.h:255
↓ 1 callersMethodWaitTillSent
Implements the WaitTillSent() virtual function in class LogSink. It will be executed after send() and after the global logging lock is released, so ca
internal/ceres/gmock/mock-log.h:133
↓ 1 callersMethodWith
internal/ceres/gmock/gmock.h:9819
↓ 1 callersFunctionWithWhat
internal/ceres/gmock/gmock.h:7950
↓ 1 callersFunctionWrite
internal/ceres/gtest/gtest.h:2346
↓ 1 callersMethodWrite
internal/ceres/compressed_row_jacobian_writer.cc:201
↓ 1 callersFunctionWriteStringToFileOrDie
internal/ceres/file.cc:42
↓ 1 callersMethodWriteToFile
examples/pgm_image.h:183
↓ 1 callersFunctionWriteToShardStatusFileIfNeeded
Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file if the variable is present. If a file already exists at this location, th
internal/ceres/gmock_gtest_all.cc:7419
← previousnext →1,201–1,300 of 4,125, ranked by callers