MCPcopy Create free account
hub / github.com/ceres-solver/ceres-solver / begin

Method begin

include/ceres/internal/fixed_array.h:247–247  ·  view source on GitHub ↗

FixedArray::begin() Returns an iterator to the beginning of the fixed array.

Source from the content-addressed store, hash-verified

245 //
246 // Returns an iterator to the beginning of the fixed array.
247 iterator begin() { return data(); }
248
249 // Overload of FixedArray::begin() to return a const iterator to the
250 // beginning of the fixed array.

Callers 11

EvaluateMethod · 0.45
CostFunctionToFunctorMethod · 0.45
operator()Function · 0.45
ProductManifoldMethod · 0.45
EvaluateMethod · 0.45
MinNonZeroGroupMethod · 0.45
FixedArrayMethod · 0.45
~FixedArrayMethod · 0.45
dataMethod · 0.45
operator==Method · 0.45
operator<Method · 0.45

Calls 1

dataFunction · 0.85

Tested by

no test coverage detected