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-6 macro
675 if (sum < CHOLESKY_TOLERANCE) { in matCholeskyDecomposition()