Defines
Numerical Parameters
Linear Algebra
Collaboration diagram for Numerical Parameters:

Defines

#define MATRIX_EPSILON   (1e-11)

Detailed Description

Parameters that define singularity, convergence, and similar numerical properties.


Define Documentation

#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.



enu
Author(s): Mike Purvis
autogenerated on Sun Oct 5 2014 23:44:54