MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / getRankStr

Function getRankStr

quest/src/core/printer.cpp:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474
475
476string getRankStr(int rank) {
477
478 return "[node " + toStr(rank) + "]";
479}
480
481
482string getKrausOperatorIndStr(qindex ind) {

Callers 2

setColumnLabelsToRanksFunction · 0.85
setRowLabelsToRanksFunction · 0.85

Calls 1

toStrFunction · 0.85

Tested by

no test coverage detected