all_zero Function

private elemental function all_zero(this)

Return if all probabilities are zero, or the set of probabilities is empty.

Type Bound

CDF_Sampler_t

Arguments

Type IntentOptional Attributes Name
class(CDF_Sampler_t), intent(in) :: this

Return Value logical


Contents