Searched refs:isPositiveSemidefinite (Results 1 – 2 of 2) sorted by relevance
397 if (!isPositiveSemidefinite(P[0][0], SYMMETRY_TOLERANCE) || in checkState()398 !isPositiveSemidefinite(P[1][1], SYMMETRY_TOLERANCE)) { in checkState()
308 static bool isPositiveSemidefinite(const mat<TYPE, C, C>& m, TYPE tolerance) { in isPositiveSemidefinite() function