Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(in) | :: | values(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
double precision, | intent(in) | :: | values(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(tensor_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(tensor_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(tensor_t(double_precision)), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(tensor_t(double_precision)), | intent(in) | :: | self |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | kind | :: | k | = | default_real | |
real(kind=k), | private, | allocatable | :: | values_(:) |
private pure, module function construct_default_real (values) | |
private pure, module function construct_double_precision (values) |
generic, public :: num_components => default_real_num_components, double_precision_num_components | |
generic, public :: values => default_real_values, double_precision_values | |
procedure, private :: default_real_num_components | |
procedure, private, non_overridable :: default_real_values | |
procedure, private :: double_precision_num_components | |
procedure, private, non_overridable :: double_precision_values |