GaussianDistributions.jl
GaussianDistributions.jl copied to clipboard
Add Base.copy, Base.similar, Base.copy!
This PR implements Base.copy, Base.similar and Base.copy! for Gaussians.
For context: I'm using GaussianDistributions.jl in ProbNumDiffEq.jl, and so far I just implemented these functions there.; which "just works", but is not the best form, so I'm trying to reduce my type piracy there.