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

Method front

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

FixedArray::front() Returns a reference to the first element of the fixed array.

Source from the content-addressed store, hash-verified

227 //
228 // Returns a reference to the first element of the fixed array.
229 reference front() { return *begin(); }
230
231 // Overload of FixedArray::front() to return a reference to the first element
232 // of a fixed array of const values.

Callers 15

SubsetManifoldMethod · 0.80
InitMethod · 0.80
EliminateMethod · 0.80
BackSubstituteMethod · 0.80
UpdateRhsMethod · 0.80
InitStorageMethod · 0.80
PopUnlockedMethod · 0.80
DetectStructureFunction · 0.80
WaitMethod · 0.80
TESTFunction · 0.80
ParallelForFunction · 0.80

Calls

no outgoing calls

Tested by 3

WaitMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64