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

  /device/google/contexthub/firmware/inc/algos/
mat.h 62 int mat33IsPositiveSemidefinite(const struct Mat33 *A, float tolerance);
  /device/google/contexthub/firmware/src/algos/
fusion.c 248 if (!mat33IsPositiveSemidefinite(&fusion->P[0][0], SYMMETRY_TOLERANCE)
249 || !mat33IsPositiveSemidefinite(
mat.c 125 int mat33IsPositiveSemidefinite(const struct Mat33 *A, float tolerance)

Completed in 35 milliseconds