Defines | |
#define | MATRIX_EPSILON (1e-60) |
Functions | |
void | dmtx_printf (double *mtx, u32 m, u32 n) |
Parameters that define singularity, convergence, and similar numerical properties.
#define MATRIX_EPSILON (1e-60) |
Tolerance for matrix inverses. If the determinant is smaller than this value, we consider it singular and error out.
Definition at line 53 of file linear_algebra.c.
void dmtx_printf | ( | double * | mtx, |
u32 | m, | ||
u32 | n | ||
) |
Definition at line 57 of file linear_algebra.c.