MCPcopy Create free account
hub / github.com/deweylab/RSEM / data

Method data

boost/array.hpp:171–171  ·  view source on GitHub ↗

direct access to data (read-only)

Source from the content-addressed store, hash-verified

169
170 // direct access to data (read-only)
171 const T* data() const { return elems; }
172 T* data() { return elems; }
173
174 // use array as C array (direct read/write access to data)

Callers 15

shl_real_typeFunction · 0.45
operator<<Function · 0.45
evaluate_polynomialFunction · 0.45
evaluate_odd_polynomialFunction · 0.45
evaluate_rationalFunction · 0.45
AddTagMethod · 0.45
EditTagMethod · 0.45
GetTagMethod · 0.45
GetTagTypeMethod · 0.45
RemoveTagMethod · 0.45
BuildCharDataMethod · 0.45
CreatePackedCigarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected