Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceres-solver/ceres-solver
/ functions
Functions
4,125 in github.com/ceres-solver/ceres-solver
⨍
Functions
4,125
◇
Types & classes
1,227
↓ 1,117 callers
Method
data
Return a pointer to the GPU memory managed by this CudaBuffer instance.
internal/ceres/cuda_buffer.h:157
↓ 767 callers
Method
size
Returns the number of TestPartResult objects in the array.
internal/ceres/gmock_gtest_all.cc:12369
↓ 382 callers
Method
get
internal/ceres/fixed_array_test.cc:71
↓ 239 callers
Method
num_cols
internal/ceres/dense_sparse_matrix.cc:99
↓ 232 callers
Method
end
internal/ceres/gtest/gtest.h:4502
↓ 224 callers
Method
AddResidualBlock
internal/ceres/problem.cc:50
↓ 217 callers
Method
num_rows
internal/ceres/preconditioner.cc:69
↓ 183 callers
Method
AddParameterBlock
internal/ceres/problem.cc:68
↓ 181 callers
Method
begin
internal/ceres/gtest/gtest.h:4501
↓ 178 callers
Method
IsValid
internal/ceres/solver.cc:690
↓ 146 callers
Method
back
FixedArray::back() Returns a reference to the last element of the fixed array.
include/ceres/internal/fixed_array.h:238
↓ 135 callers
Function
Create
internal/ceres/dynamic_sparsity_test.cc:333
↓ 126 callers
Function
Random
internal/ceres/gtest/gtest.h:4252
↓ 124 callers
Function
MakeJet
Convenient shorthand for making a jet.
internal/ceres/jet_test.cc:70
↓ 120 callers
Function
MakeJ3
internal/ceres/rotation_test.cc:935
↓ 114 callers
Function
pow
include/ceres/jet.h:1160
↓ 114 callers
Function
sqrt
include/ceres/jet.h:603
↓ 110 callers
Method
data
FixedArray::data() Returns a const T* pointer to elements of the `FixedArray`. This pointer can be used to access (but not modify) the contained elem
include/ceres/internal/fixed_array.h:202
↓ 102 callers
Method
num_nonzeros
internal/ceres/dense_sparse_matrix.cc:101
↓ 100 callers
Method
empty
FixedArray::empty() Returns whether or not the fixed array is empty.
include/ceres/internal/fixed_array.h:191
↓ 99 callers
Function
StringAppendF
internal/ceres/stringprintf.cc:111
↓ 95 callers
Method
mutable_values
internal/ceres/iterative_refiner_test.cc:70
↓ 84 callers
Function
StringPrintf
internal/ceres/stringprintf.cc:93
↓ 84 callers
Method
values
internal/ceres/iterative_refiner_test.cc:71
↓ 83 callers
Method
Evaluate
internal/ceres/problem.cc:128
↓ 82 callers
Method
mutable_problem
internal/ceres/system_test.cc:87
↓ 80 callers
Method
NumParameterBlocks
internal/ceres/program.cc:481
↓ 80 callers
Method
mutable_solver_options
internal/ceres/system_test.cc:88
↓ 79 callers
Method
AddElementToGroup
Add an element to a group. If a group with this id does not exist, one is created. This method can be called any number of times for the same element.
include/ceres/ordered_groups.h:63
↓ 79 callers
Function
RunSolverForConfigAndExpectResidualsMatch
internal/ceres/test_util.h:97
↓ 78 callers
Function
exp
include/ceres/jet.h:588
↓ 77 callers
Method
block_structure
Return a pointer to the block structure. We continue to hold ownership of the object though.
internal/ceres/block_sparse_matrix.cc:546
↓ 70 callers
Method
str
Returns the explanation accumulated so far.
internal/ceres/gmock/gmock.h:3175
↓ 69 callers
Method
RightMultiplyAndAccumulate
internal/ceres/preconditioner.cc:63
↓ 65 callers
Method
CopyFromCpu
internal/ceres/cuda_vector.cc:117
↓ 61 callers
Method
InitCuda
internal/ceres/context_impl.cc:116
↓ 55 callers
Method
ToDenseMatrix
internal/ceres/dense_sparse_matrix.cc:93
↓ 55 callers
Function
Values
internal/ceres/gtest/gtest.h:9034
↓ 53 callers
Method
AmbientSize
internal/ceres/manifold_test.cc:323
↓ 51 callers
Method
AddEvent
internal/ceres/wall_time.cc:80
↓ 51 callers
Function
StreamableToString
internal/ceres/gtest/gtest.h:2871
↓ 50 callers
Method
AddEdge
Add a weighted edge between the vertex1 and vertex2. Calling AddEdge on a pair of vertices which do not exist in the graph yet will result in undefine
internal/ceres/graph.h:148
↓ 49 callers
Method
AddVertex
Add a weighted vertex. If the vertex already exists in the graph, its weight is set to the new weight.
internal/ceres/graph.h:109
↓ 49 callers
Method
TangentSize
internal/ceres/manifold_test.cc:324
↓ 49 callers
Function
sin
include/ceres/jet.h:624
↓ 47 callers
Method
SetManifold
internal/ceres/problem.cc:96
↓ 47 callers
Function
cos
include/ceres/jet.h:611
↓ 46 callers
Method
GetValue
include/ceres/cubic_interpolation.h:193
↓ 45 callers
Function
isfinite
include/ceres/jet.h:941
↓ 44 callers
Function
AssertLossFunctionIsValid
Helper function for testing a LossFunction callback. Compares the values of rho'(s) and rho''(s) computed by the callback with estimates obtained by
internal/ceres/loss_function_test.cc:47
↓ 43 callers
Function
ParallelFor
internal/ceres/parallel_for.h:70
↓ 43 callers
Function
abs
include/ceres/jet.h:524
↓ 42 callers
Method
DescribeTo
internal/ceres/gmock/gmock.h:4330
↓ 42 callers
Method
SetParameterBlockConstant
internal/ceres/problem.cc:84
↓ 42 callers
Method
TangentSize
internal/ceres/manifold.cc:183
↓ 40 callers
Method
Plus
internal/ceres/manifold_test.cc:326
↓ 39 callers
Method
LeftMultiplyAndAccumulate
internal/ceres/linear_operator.cc:49
↓ 37 callers
Function
WallTimeInSeconds
internal/ceres/wall_time.cc:45
↓ 36 callers
Function
ColoredPrintf
internal/ceres/gmock_gtest_all.cc:4767
↓ 36 callers
Method
EnsureMinimumThreads
internal/ceres/context_impl.cc:192
↓ 36 callers
Function
Solve
internal/ceres/solver.cc:832
↓ 35 callers
Method
GetString
Gets the text streamed to this object so far as an std::string. Each '\0' character in the buffer is replaced with "\\0".
internal/ceres/gmock_gtest_all.cc:2673
↓ 35 callers
Method
Size
internal/ceres/thread_pool.cc:90
↓ 33 callers
Function
ExpectClose
internal/ceres/test_util.cc:58
↓ 33 callers
Function
IsSparseLinearAlgebraLibraryTypeAvailable
internal/ceres/types.cc:398
↓ 33 callers
Function
MakePolymorphicMatcher
internal/ceres/gtest/gtest.h:6773
↓ 33 callers
Method
SetZero
internal/ceres/cuda_vector.cc:139
↓ 33 callers
Method
begin
internal/ceres/gmock/gmock.h:8844
↓ 33 callers
Method
end
internal/ceres/gmock/gmock.h:8845
↓ 33 callers
Function
isnan
include/ceres/jet.h:953
↓ 33 callers
Method
name
The name of the data type in the g2o file format.
examples/slam/pose_graph_2d/types.h:52
↓ 32 callers
Function
ExpectMatricesClose
Helper function to compare two Eigen matrices (used in the test below).
internal/ceres/gradient_checker_test.cc:353
↓ 32 callers
Method
NumResiduals
internal/ceres/program.cc:483
↓ 31 callers
Method
GroupId
Return the group id for the element. If the element is not a member of any group, return -1.
include/ceres/ordered_groups.h:148
↓ 31 callers
Method
Solve
internal/ceres/solver.cc:710
↓ 31 callers
Function
hypot
include/ceres/jet.h:717
↓ 30 callers
Function
Indent
internal/ceres/gmock_gtest_all.cc:6063
↓ 30 callers
Function
Pointwise
internal/ceres/gmock/gmock.h:7420
↓ 30 callers
Method
front
FixedArray::front() Returns a reference to the first element of the fixed array.
include/ceres/internal/fixed_array.h:229
↓ 29 callers
Function
GetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
internal/ceres/gmock_gtest_all.cc:1359
↓ 29 callers
Function
ParallelSetZero
internal/ceres/parallel_vector_ops.h:78
↓ 28 callers
Function
FindWithDefault
internal/ceres/map_util.h:71
↓ 28 callers
Function
GTEST_LOCK_EXCLUDED_
internal/ceres/gmock_gtest_all.cc:6433
↓ 28 callers
Function
InitGoogleLogging
internal/ceres/miniglog/glog/logging.h:151
↓ 28 callers
Method
MatchAndExplain
internal/ceres/gmock/gmock.h:4316
↓ 28 callers
Function
fpclassify
include/ceres/jet.h:1037
↓ 28 callers
Function
impl
Accessors for the implementation object.
internal/ceres/gtest/gtest.h:11311
↓ 28 callers
Function
set_num_residuals
include/ceres/cost_function.h:131
↓ 27 callers
Function
NumericalTest
internal/ceres/jet_test.cc:133
↓ 27 callers
Function
log
include/ceres/jet.h:566
↓ 27 callers
Method
stream
Returns the underlying ostream.
internal/ceres/gtest/gtest.h:6171
↓ 26 callers
Function
IsClose
internal/ceres/is_close.cc:37
↓ 26 callers
Method
index
internal/ceres/gtest/gtest.h:7253
↓ 25 callers
Method
CopyTo
internal/ceres/cuda_vector.cc:128
↓ 25 callers
Method
Reserve
internal/ceres/triplet_sparse_matrix.cc:121
↓ 25 callers
Function
Solve
examples/more_garbow_hillstrom.cc:544
↓ 24 callers
Function
ArrayToArrayOfJets
internal/ceres/rotation_test.cc:918
↓ 24 callers
Function
AssertionFailure
Makes a failed assertion result.
internal/ceres/gmock_gtest_all.cc:2705
↓ 24 callers
Method
Preprocess
internal/ceres/line_search_preprocessor.cc:72
↓ 24 callers
Function
f
Function for input data generation
examples/bicubic_interpolation.cc:85
next →
1–100 of 4,125, ranked by callers