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

Method alpha

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

Source from the content-addressed store, hash-verified

127
128 bool useAlpha() const { return useAlpha_; }
129 ComplexLong alpha() const { return alpha_; }
130 void setAlpha(ComplexLong alpha)
131 {
132 alpha_ = alpha;

Callers 15

syr2kCorrectnessTestFunction · 0.80
trmmCorrectnessTestFunction · 0.80
gerCorrectnessTestFunction · 0.80
gemvCorrectnessTestFunction · 0.80
symvCorrectnessTestFunction · 0.80
gemm2CorrectnessTestFunction · 0.80
trsmCorrectnessTestFunction · 0.80
spmvCorrectnessTestFunction · 0.80
syrkCorrectnessTestFunction · 0.80
gemmCorrectnessTestFunction · 0.80
gercCorrectnessTestFunction · 0.80
prepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected