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

Method back

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

FixedArray::back() Returns a reference to the last element of the fixed array.

Source from the content-addressed store, hash-verified

236 //
237 // Returns a reference to the last element of the fixed array.
238 reference back() { return *(end() - 1); }
239
240 // Overload of FixedArray::back() to return a reference to the last element
241 // of a fixed array of const values.

Callers 15

SubsetManifoldMethod · 0.80
MinimizeMethod · 0.80
HandleInvalidStepMethod · 0.80
TEST_FFunction · 0.80
TEST_PFunction · 0.80
TESTFunction · 0.80
InitMethod · 0.80
CreateRandomMatrixMethod · 0.80
TESTFunction · 0.80
BenchmarkDataMethod · 0.80

Calls

no outgoing calls

Tested by 13

TEST_FFunction · 0.64
TEST_PFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
CapturedStreamMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64