USArmy-Corps-of-Engineers-RMC / Numerics

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.
Other
21 stars 2 forks source link

Matrix - public void testing #27

Closed tikigonzo closed 4 months ago

tikigonzo commented 4 months ago

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.

HadenSmith commented 4 months ago

No need for additional testing.