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

Method setM

src/tests/include/BlasBase.h:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 bool useM() const { return useM_; };
153 size_t M() const { return M_; }
154 void setM(size_t M)
155 {
156 M_ = M;
157 useM_ = true;
158 }
159
160 bool useN() const { return useN_; };
161 size_t N() const { return N_; }

Callers 3

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected