|
MADNESS
version 0.9
|
Corresponding C and Fortran types. More...


Go to the source code of this file.
Macros | |
| #define | HAVE_INTEGER4 |
Typedefs | |
| typedef int32_t | integer4 |
| typedef integer4 | integer |
| typedef double | real8 |
| Fortran double precision. More... | |
| typedef double | double_precision |
| typedef float | real4 |
| Fortran single precision. More... | |
| typedef float | single_precision |
| typedef std::complex< double > | complex_real8 |
| Fortran double complex. More... | |
| typedef std::complex< double > | double_precision_complex |
| typedef std::complex< float > | complex_real4 |
| Fortran single complex. More... | |
| typedef std::complex< float > | single_precision_complex |
| typedef int | char_len |
| Type of variable appended to argument list for length of fortran character strings. More... | |
Corresponding C and Fortran types.
| #define HAVE_INTEGER4 |
| typedef int char_len |
Type of variable appended to argument list for length of fortran character strings.
| typedef std::complex<float> complex_real4 |
Fortran single complex.
| typedef std::complex<double> complex_real8 |
Fortran double complex.
| typedef double double_precision |
| typedef std::complex<double> double_precision_complex |
| typedef int32_t integer4 |
| typedef float real4 |
Fortran single precision.
| typedef double real8 |
Fortran double precision.
| typedef float single_precision |
| typedef std::complex<float> single_precision_complex |
1.8.8