MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / setN

Method setN

src/tests/include/BlasBase.h:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 bool useN() const { return useN_; };
161 size_t N() const { return N_; }
162 void setN(size_t N)
163 {
164 N_ = N;
165 useN_ = true;
166 }
167
168 bool useK() const { return useK_; };
169 size_t K() const { return K_; }

Callers 3

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected