MCPcopy 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
513string getProductStr(qindex a, qindex b) {
514
515 // e.g. "4x3"
516 return toStr(a) + "x" + toStr(b);
517}
518
519
520string getNumMatrixElemsStr(qindex dim, bool isDiag, int numNodes) {

Callers 2

getNumMatrixElemsStrFunction · 0.85
print_headerFunction · 0.85

Calls 1

toStrFunction · 0.85

Tested by

no test coverage detected