HomeSort by relevance Sort by last modified time
    Searched refs:isPositiveSemidefinite (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/sensorservice/
Fusion.cpp 355 if (!isPositiveSemidefinite(P[0][0], SYMMETRY_TOLERANCE) ||
356 !isPositiveSemidefinite(P[1][1], SYMMETRY_TOLERANCE)) {
mat.h 308 static bool isPositiveSemidefinite(const mat<TYPE, C, C>& m, TYPE tolerance) {

Completed in 788 milliseconds