Home
last modified time | relevance | path

Searched refs:CHOLESKY_TOLERANCE (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c36 #define CHOLESKY_TOLERANCE 1E-6f macro
685 if (sum < CHOLESKY_TOLERANCE) { in matCholeskyDecomposition()