mfherbst / ReducedBasis.jl

Reduced basis methods for parametrised eigenproblems
https://mfherbst.github.io/ReducedBasis.jl/stable/
MIT License
14 stars 0 forks source link

Think about exports #23

Open mfherbst opened 1 year ago

mfherbst commented 1 year ago

We export quite a few things, including rather "common" function names like solve. We should think about this more carefully.

E.g. in the solve case there is the CommonSolve package.