aetherus-wg / Aetherus

Monte Carlo radiative transport
MIT License
1 stars 0 forks source link

Consider Refactoring `linalg` Wrappers to Aliases? #36

Open sammorrell opened 2 years ago

sammorrell commented 2 years ago

The linear algebra wrapper structs are good, but seem to be causing us some awkwardness. It may be worth considering refactoring this in the future to act as aliases to the underlying nalgebra types instead.