OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPositiveSemidefinite
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/sensorservice/
Fusion.cpp
339
if (!
isPositiveSemidefinite
(P[0][0], SYMMETRY_TOLERANCE) ||
340
!
isPositiveSemidefinite
(P[1][1], SYMMETRY_TOLERANCE)) {
mat.h
308
static bool
isPositiveSemidefinite
(const mat<TYPE, C, C>& m, TYPE tolerance) {
Completed in 26 milliseconds