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

Method setAlpha

src/tests/include/BlasBase.h:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 bool useAlpha() const { return useAlpha_; }
129 ComplexLong alpha() const { return alpha_; }
130 void setAlpha(ComplexLong alpha)
131 {
132 alpha_ = alpha;
133 useAlpha_ = true;
134 }
135
136 bool useBeta() const { return useBeta_; }
137 ComplexLong beta() const { return beta_; }

Callers 5

mainFunction · 0.45
mainFunction · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected