alan-turing-institute / PDSampler.jl

Piecewise Deterministic Sampler library (Bouncy particle sampler, Zig Zag sampler, ...)
Other
33 stars 8 forks source link

Hide functions that do not strictly need to be exposed #16

Closed tlienart closed 7 years ago

tlienart commented 7 years ago

So far, every single function is exported through some export statements. This is not useful.

tlienart commented 7 years ago

I'm doing this in the branch tsandbox