EDDiscovery / BaseUtilities

C# Base utilities set
1 stars 8 forks source link

Add matrices for algebra transformations used in AstroPlot #24

Closed spadino closed 4 years ago

robbyxp1 commented 4 years ago

It needs a better name, such as Matrix2

robbyxp1 commented 4 years ago

And you should also have operations on it (so you can write m = m + n) as well as the statics. And you missing the * operator.

If its going into baseutils we should make it more generally useful.