MCPcopy Create free account
hub / github.com/coin-or/CppAD / setup

Method setup

example/multi_thread/bthread/a11c_bthread.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 float* b_;
43 public:
44 void setup(size_t n, float* a, float* b)
45 { n_ = static_cast<int>(n);
46 a_ = a;
47 b_ = b;
48 }
49 // Beginning of Example A.1.1.1c of OpenMP 2.5 standard document
50 void a1(int n, float *a, float *b)
51 { int i;

Callers 1

a11cFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected