MCPcopy Create free account
hub / github.com/boostorg/compute / valarray

Method valarray

include/boost/compute/container/valarray.hpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38{
39public:
40 explicit valarray(const context &context = system::default_context())
41 : m_buffer(context, 0)
42 {
43 }
44
45 explicit valarray(size_t size,
46 const context &context = system::default_context())

Callers

nothing calls this directly

Calls 4

fillFunction · 0.85
copyFunction · 0.85
get_contextMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected