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

Method fill

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

FixedArray::fill() Assigns the given `value` to all elements in the fixed array.

Source from the content-addressed store, hash-verified

305 //
306 // Assigns the given `value` to all elements in the fixed array.
307 void fill(const value_type& val) { std::fill(begin(), end(), val); }
308
309 // Relational operators. Equality operators are elementwise using
310 // `operator==`, while order operators order FixedArrays lexicographically.

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64