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

Function util_isStrictlyNonNegative

quest/src/core/utilities.cpp:737–737  ·  view source on GitHub ↗

non-negativity of fixed-size matrices is always computed afresh

Source from the content-addressed store, hash-verified

735
736// non-negativity of fixed-size matrices is always computed afresh
737bool util_isStrictlyNonNegative(DiagMatr1 m) { return getWhetherRealsAreStrictlyNonNegative(m.elems, m.numElems); }
738bool util_isStrictlyNonNegative(DiagMatr2 m) { return getWhetherRealsAreStrictlyNonNegative(m.elems, m.numElems); }
739
740bool util_isStrictlyNonNegative(DiagMatr m) {

Callers 1

assertMatrExpIsHermitianFunction · 0.85

Calls 2

comm_isTrueOnAllNodesFunction · 0.85

Tested by

no test coverage detected