You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,29 @@
4
4
5
5
Set of simple mathematical classes in C# including
6
6
7
-
* Vectors
8
-
* Matrixes
9
-
* Polynoms
7
+
* Vectors (with complex cases)
8
+
* Matrixes (not only square)
9
+
* Polynoms (including intergation and derivatives)
10
10
* Systems of linear equations
11
-
* Integrals methods
11
+
* Integrals methods (including Gauss-Kronrod)
12
12
* Complex numbers, complex vectors, matrixes and methods for complex functions
13
13
* Rational numbers
14
14
* Graphs
15
15
* Methods for solving simple differential equations
16
-
* Function approximation
17
-
* Function optimization
18
-
* Function values memorising (memoize)
16
+
* Function approximation/interpolation
17
+
* Net functions methods
18
+
* Function optimization (including swarm algorithm for 1/2/n dimentions)
19
+
* Function values memorising (memoize) for parallel/non-parallel cases
19
20
20
21
I've been creating this library since 2017 for my university homework and firts job. Writing it I was practicing my C# skills from C# 3.0 to C# 7.1, getting coding experience.
21
22
22
23
There are .NET Framework version and newest supported .NET Core (named MathClassesLibrary) copy with few upgrading.
23
24
24
-
See some examples of using and results [here](https://github.com/PasaOpasen/Old_Math_CSharpCpp_Projects)
25
+
See some examples of using and results [here](https://github.com/PasaOpasen/Old_Math_CSharpCpp_Projects) or [here](https://github.com/PasaOpasen/Search-for-defects-in-plates)
25
26
26
27
## Download and usage
27
28
28
-
[Download from **NuGet**](https://www.nuget.org/packages/MathClassesDmPa/)
29
+
[Download from **NuGet**](https://www.nuget.org/packages/MathClassesDmPa/)
0 commit comments