Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
syr2kCorrectnessTest
Function · 0.80
gemvCorrectnessTest
Function · 0.80
symvCorrectnessTest
Function · 0.80
gemm2CorrectnessTest
Function · 0.80
spmvCorrectnessTest
Function · 0.80
syrkCorrectnessTest
Function · 0.80
gemmCorrectnessTest
Function · 0.80
SetUp
Method · 0.80
SetUp
Method · 0.80
SetUp
Method · 0.80
SetUp
Method · 0.80
SetUp
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected