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

Function validate_matrixDimMatchesTargets

quest/src/core/validation.cpp:2569–2569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2567}
2568
2569void validate_matrixDimMatchesTargets(CompMatr1 matr, int numTargs, const char* caller) { assertMatrixDimMatchesTargs(matr, numTargs, caller); }
2570void validate_matrixDimMatchesTargets(CompMatr2 matr, int numTargs, const char* caller) { assertMatrixDimMatchesTargs(matr, numTargs, caller); }
2571void validate_matrixDimMatchesTargets(CompMatr matr, int numTargs, const char* caller) { assertMatrixDimMatchesTargs(matr, numTargs, caller); }
2572void validate_matrixDimMatchesTargets(DiagMatr1 matr, int numTargs, const char* caller) { assertMatrixDimMatchesTargs(matr, numTargs, caller); }

Callers 11

applyDiagMatrPowerFunction · 0.85
leftapplyCompMatrFunction · 0.85
rightapplyCompMatrFunction · 0.85
leftapplyDiagMatrFunction · 0.85
rightapplyDiagMatrFunction · 0.85
leftapplyDiagMatrPowerFunction · 0.85
rightapplyDiagMatrPowerFunction · 0.85

Calls 1

Tested by

no test coverage detected