Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuEST-Kit/QuEST
/ getProductStr
Function
getProductStr
quest/src/core/printer.cpp:513–517 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
511
512
513
string getProductStr(qindex a, qindex b) {
514
515
// e.g.
"4x3"
516
return toStr(a) +
"x"
+ toStr(b);
517
}
518
519
520
string getNumMatrixElemsStr(qindex dim, bool isDiag, int numNodes) {
Callers
2
getNumMatrixElemsStr
Function · 0.85
print_header
Function · 0.85
Calls
1
toStr
Function · 0.85
Tested by
no test coverage detected