GaussianDistributions.jl icon indicating copy to clipboard operation
GaussianDistributions.jl copied to clipboard

Add Base.copy, Base.similar, Base.copy!

Open nathanaelbosch opened this issue 3 years ago • 0 comments

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.

nathanaelbosch avatar Jul 23 '22 13:07 nathanaelbosch