Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ setK
Method
setK
src/tests/include/BlasBase.h:170–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
bool useK() const { return useK_; };
169
size_t K() const { return K_; }
170
void setK(size_t K)
171
{
172
K_ = K;
173
useK_ = true;
174
}
175
176
bool useIncX() const { return useIncX_; };
177
int incX() const { return incX_; }
Callers
3
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected