Defines | Functions
Numerical Parameters
Linear Algebra
Collaboration diagram for Numerical Parameters:

Defines

#define MATRIX_EPSILON   (1e-60)

Functions

void dmtx_printf (double *mtx, u32 m, u32 n)

Detailed Description

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


Define Documentation

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


Function Documentation

void dmtx_printf ( double *  mtx,
u32  m,
u32  n 
)

Definition at line 57 of file linear_algebra.c.



swiftnav
Author(s):
autogenerated on Sat Jun 8 2019 18:57:01