@brief Module to select the kind parameter. @details In future developement we consider to put here some ISO_C bindings to call selalib from python.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | parameter | :: | i32 | = | selected_int_kind(9) |
i32 is the kind type for 32-bit integers |
| integer, | public, | parameter | :: | i64 | = | selected_int_kind(18) |
i64 is the kind type for 64-bit integers |
| integer, | public, | parameter | :: | f32 | = | selected_real_kind(1, 37) |
f32 is the kind type for 32-bit reals (simple precision) |
| integer, | public, | parameter | :: | f64 | = | selected_real_kind(1, 99) |
f64 is the kind type for 64-bit reals (double precision) |