sample_from_pdf_masked Subroutine

public subroutine sample_from_pdf_masked(this, nsamp, fsd, cdf, val, mask)

Arguments

Type IntentOptional Attributes Name
class(pdf_sampler_type), intent(in) :: this
integer, intent(in) :: nsamp
real(kind=jprb), intent(in) :: fsd(nsamp)
real(kind=jprb), intent(in) :: cdf(nsamp)
real(kind=jprb), intent(out) :: val(:)
logical, intent(in) :: mask(nsamp)

Contents