|
fitpack
Modern Fortran library for curve and surface fitting with splines
|
Communication size for allocatable 1D arrays. More...
Public Member Functions | |
| pure integer(fp_size) function | fp_real_comm_size_1d (array) |
| Calculate storage size for 1D real(FP_REAL) allocatable array Header: 1 FP_COMM storing bounds as 2 int32 (or NOT_ALLOC marker) Data: raw transfer of array contents. | |
| pure integer(fp_size) function | fp_real_comm_size_2d (array) |
| Calculate storage size for 2D real(FP_REAL) allocatable array. | |
| pure integer(fp_size) function | fp_real_comm_size_3d (array) |
| Calculate storage size for 3D real(FP_REAL) allocatable array. | |
| pure integer(fp_size) function | fp_size_comm_size_1d (array) |
| Calculate storage size for 1D integer(FP_SIZE) allocatable array. | |
| pure integer(fp_size) function | fp_bool_comm_size_1d (array) |
| Calculate storage size for 1D logical(FP_BOOL) allocatable array. | |
Communication size for allocatable 1D arrays.
| pure integer(fp_size) function fitpack_core::fp_comm_size::fp_bool_comm_size_1d | ( | logical(fp_bool), dimension(:), intent(in), allocatable | array | ) |
Calculate storage size for 1D logical(FP_BOOL) allocatable array.

| pure integer(fp_size) function fitpack_core::fp_comm_size::fp_real_comm_size_1d | ( | real(fp_real), dimension(:), intent(in), allocatable | array | ) |
Calculate storage size for 1D real(FP_REAL) allocatable array Header: 1 FP_COMM storing bounds as 2 int32 (or NOT_ALLOC marker) Data: raw transfer of array contents.

| pure integer(fp_size) function fitpack_core::fp_comm_size::fp_real_comm_size_2d | ( | real(fp_real), dimension(:,:), intent(in), allocatable | array | ) |
Calculate storage size for 2D real(FP_REAL) allocatable array.

| pure integer(fp_size) function fitpack_core::fp_comm_size::fp_real_comm_size_3d | ( | real(fp_real), dimension(:,:,:), intent(in), allocatable | array | ) |
Calculate storage size for 3D real(FP_REAL) allocatable array.

| pure integer(fp_size) function fitpack_core::fp_comm_size::fp_size_comm_size_1d | ( | integer(fp_size), dimension(:), intent(in), allocatable | array | ) |
Calculate storage size for 1D integer(FP_SIZE) allocatable array.
