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

Function _validateParamsToCreateInlineCompMatr

quest/src/api/matrices.cpp:611–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609 }
610
611 void _validateParamsToCreateInlineCompMatr(int numQb) {
612
613 const char* caller = "createInlineCompMatr";
614 validate_envIsInit(caller);
615 validate_newCompMatrParams(numQb, caller);
616 }
617
618 void _validateParamsToCreateInlineDiagMatr(int numQb) {
619

Callers 1

_createInlineCompMatrFunction · 0.85

Calls 2

validate_envIsInitFunction · 0.85

Tested by

no test coverage detected