Defines | |
#define | MATRIX_EPSILON (1e-11) |
Parameters that define singularity, convergence, and similar numerical properties.
#define MATRIX_EPSILON (1e-11) |
Tolerance for matrix inverses. If the determinant is smaller than this value, we consider it singular and error out.
Definition at line 72 of file linear_algebra.c.