ARTS
2.5.10 (git: 2f1c442c)
matpack.h
Go to the documentation of this file.
1
/* Copyright (C) 2006-2019 Oliver Lemke <olemke@core-dump.info>
2
3
This program is free software; you can redistribute it and/or modify it
4
under the terms of the GNU General Public License as published by the
5
Free Software Foundation; either version 2, or (at your option) any
6
later version.
7
8
This program is distributed in the hope that it will be useful,
9
but WITHOUT ANY WARRANTY; without even the implied warranty of
10
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
GNU General Public License for more details.
12
13
You should have received a copy of the GNU General Public License
14
along with this program; if not, write to the Free Software
15
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
16
USA. */
17
23
#ifndef matpack_h
24
#define matpack_h
25
26
#include "
config.h
"
27
#include "
debug.h
"
28
29
//--------------------< Set floating point type >--------------------
33
using
Numeric
=
NUMERIC
;
34
35
//--------------------< Set integer type >--------------------
39
using
Index
=
INDEX
;
40
41
#endif
// matpackI_h
config.h
NUMERIC
#define NUMERIC
Definition:
config.h:111
INDEX
#define INDEX
Definition:
config.h:108
debug.h
Helper macros for debugging.
Numeric
NUMERIC Numeric
The type to use for all floating point numbers.
Definition:
matpack.h:33
Index
INDEX Index
The type to use for all integer numbers and indices.
Definition:
matpack.h:39
src
matpack.h
Generated on Wed Feb 1 2023 09:46:06 for ARTS by
1.9.6