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~2~~CallsGraph proc~construct~2 construct call_assert call_assert proc~construct~2->call_assert proc~monotonically_increasing monotonically_increasing proc~construct~2->proc~monotonically_increasing