Searched refs:isPositiveSemidefinite (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
H A DFusion.cpp339 if (!isPositiveSemidefinite(P[0][0], SYMMETRY_TOLERANCE) ||
340 !isPositiveSemidefinite(P[1][1], SYMMETRY_TOLERANCE)) {
H A Dmat.h308 static bool isPositiveSemidefinite(const mat<TYPE, C, C>& m, TYPE tolerance) { function in namespace:android

Completed in 36 milliseconds