construct Module Procedure

module procedure construct pure module function construct(sample_distribution) result(distribution)

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: sample_distribution(:,:)

Return Value type(distribution_t)


Calls

proc~~construct~~CallsGraph proc~construct construct call_assert call_assert proc~construct->call_assert proc~monotonically_increasing monotonically_increasing proc~construct->proc~monotonically_increasing