QPMS
Electromagnetic multiple scattering library and toolkit.
Data Structures | Typedefs | Variables
tolerances.h File Reference

Go to the source code of this file.

Data Structures

struct  qpms_tolerance_spec_t
 

Typedefs

typedef struct qpms_tolerance_spec_t qpms_tolerance_spec_t
 

Variables

static const qpms_tolerance_spec_t QPMS_TOLERANCE_DEFAULT = {.atol = 1e-9, .rtol = 1e-8}
 A rather arbitrary default tolerance.