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

Method size

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

FixedArray::size() Returns the length of the fixed array.

Source from the content-addressed store, hash-verified

175 //
176 // Returns the length of the fixed array.
177 size_type size() const { return storage_.size(); }
178
179 // FixedArray::max_size()
180 //

Callers 15

EvaluateMethod · 0.45
CostFunctionToFunctorMethod · 0.45
operator()Function · 0.45
EvaluateMethod · 0.45
AddElementToGroupMethod · 0.45
RemoveMethod · 0.45
GroupSizeMethod · 0.45
NumElementsMethod · 0.45
NumGroupsMethod · 0.45
AddResidualBlockFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected