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

Method beta

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

Source from the content-addressed store, hash-verified

135
136 bool useBeta() const { return useBeta_; }
137 ComplexLong beta() const { return beta_; }
138 void setBeta(ComplexLong beta)
139 {
140 beta_ = beta;

Callers 15

syr2kCorrectnessTestFunction · 0.80
gemvCorrectnessTestFunction · 0.80
symvCorrectnessTestFunction · 0.80
gemm2CorrectnessTestFunction · 0.80
spmvCorrectnessTestFunction · 0.80
syrkCorrectnessTestFunction · 0.80
gemmCorrectnessTestFunction · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80
SetUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected