| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | layer | |||
| real, | intent(in), | dimension(:) | :: | minima | ||
| real, | intent(in), | dimension(:) | :: | maxima |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | layer | |||
| double precision, | intent(in), | dimension(:) | :: | minima | ||
| double precision, | intent(in), | dimension(:) | :: | maxima |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(double_precision_string_t), | intent(in) | :: | lines(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string_t), | intent(in) | :: | lines(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tensor_map_t), | intent(in) | :: | lhs | |||
| class(tensor_map_t), | intent(in) | :: | rhs |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tensor_map_t), | intent(in) | :: | self | |||
| type(tensor_t), | intent(in) | :: | tensor |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tensor_map_t), | intent(in) | :: | self | |||
| type(tensor_t), | intent(in) | :: | tensor |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tensor_map_t), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tensor_map_t), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tensor_map_t), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tensor_map_t(double_precision)), | intent(in) | :: | lhs | |||
| class(tensor_map_t(double_precision)), | intent(in) | :: | rhs |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tensor_map_t(double_precision)), | intent(in) | :: | self | |||
| type(tensor_t(double_precision)), | intent(in) | :: | tensor |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tensor_map_t(double_precision)), | intent(in) | :: | self | |||
| type(tensor_t(double_precision)), | intent(in) | :: | tensor |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tensor_map_t(double_precision)), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tensor_map_t(double_precision)), | intent(in) | :: | self |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(tensor_map_t(double_precision)), | intent(in) | :: | self |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | kind | :: | k | = | default_real | |
| real(kind=k), | private, | dimension(:), allocatable | :: | intercept_ | |||
| character(len=:), | private, | allocatable | :: | layer_ | |||
| real(kind=k), | private, | dimension(:), allocatable | :: | slope_ |
| private pure, module function construct_default_real (layer, minima, maxima) | |
| private pure, module function construct_double_precision (layer, minima, maxima) | |
| private module function double_precision_from_json (lines) | |
| private module function from_json (lines) |