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

Method data

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

FixedArray::data() Returns a const T* pointer to elements of the `FixedArray`. This pointer can be used to access (but not modify) the contained elements.

Source from the content-addressed store, hash-verified

200 // Returns a const T* pointer to elements of the `FixedArray`. This pointer
201 // can be used to access (but not modify) the contained elements.
202 const_pointer data() const { return AsValueType(storage_.begin()); }
203
204 // Overload of FixedArray::data() to return a T* pointer to elements of the
205 // fixed array. This pointer can be used to access and modify the contained

Callers 15

EvaluateMethod · 0.45
operator()Method · 0.45
operator()Function · 0.45
operator()Method · 0.45
EvaluateMethod · 0.45
EvaluateMethod · 0.45
EvaluateMethod · 0.45
PlusJacobianImplMethod · 0.45
MinusJacobianImplMethod · 0.45
UpdateMethod · 0.45
AddResidualBlockFunction · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected