Numerics is a free and open-source library for .NET developed by USACE-RMC, providing a comprehensive set of methods and algorithms for numerical computations and statistical analysis.
There are mathematic functions that do point wise operations in Matrix.cs. I'm not sure how to test these public void methods without adding returning methods and messing up Distributions. These functions look good and only one is referenced one time.
There are mathematic functions that do point wise operations in Matrix.cs. I'm not sure how to test these public void methods without adding returning methods and messing up Distributions. These functions look good and only one is referenced one time.