#include "config_global.h"
#include "debug.h"
Go to the source code of this file.
◆ Index
The type to use for all integer numbers and indices.
You should never use int, long, or size_t explicitly, unless you have a very good reason. Always use this type instead.
Definition at line 35 of file matpack.h.
◆ Numeric
The type to use for all floating point numbers.
You should never use float or double explicitly, unless you have a very good reason. Always use this type instead.
Definition at line 29 of file matpack.h.