Numlib.NET:C#中的一个小型数值库

时间:2024-07-27 11:28:44
【文件属性】:

文件名称:Numlib.NET:C#中的一个小型数值库

文件大小:55KB

文件格式:ZIP

更新时间:2024-07-27 11:28:44

C#

Numlib.NET 一个用 C# 编写的小型数值库 目前它只包含简单的矩阵和向量类、排序和搜索算法以及一些线性代数算法。 我的待办事项清单: 编写更完整的线性代数算法。 编写求解微分方程的算法。 统计程序。 写一个接口到 BLAS 和 LAPACK。


【文件预览】:
Numlib.NET-master
----.gitignore(2KB)
----Sorting()
--------Sorting.csproj(3KB)
--------InsertionSorter.cs(745B)
--------CombSorter.cs(1024B)
--------RadixSorter.cs(1KB)
--------CocktailSorter.cs(1KB)
--------MergeSorter.cs(2KB)
--------GnomeSorter.cs(578B)
--------QuickSorter.cs(1KB)
--------ShellSorter.cs(676B)
--------BubbleSorter.cs(3KB)
--------BucketSorter.cs(1KB)
--------SelectionSorter.cs(679B)
--------CountSorter.cs(1KB)
--------Properties()
--------OddEvenSorter.cs(945B)
--------HeapSorter.cs(2KB)
----Interpolation()
--------NewtonDividedDifferencesInterpolation.cs(1KB)
--------BarycentricInterpolation.cs(1KB)
--------CubicSplineInterpolation.cs(4KB)
--------LinearInterpolation.cs(924B)
--------BilinearInterpolation.cs(1KB)
--------LagrangeInterpolation.cs(955B)
--------Interpolation.csproj(3KB)
--------Properties()
----LinearEquations.Tests()
--------LinearEquationTests.cs(2KB)
--------Properties()
--------LinearEquations.Tests.csproj(5KB)
----Structures()
--------Complex.cs(11KB)
--------RVector.cs(6KB)
--------Structures.csproj(2KB)
--------CMatrix.cs(18KB)
--------CVector.cs(6KB)
--------Properties()
--------RMatrix.cs(14KB)
----Searching()
--------InterpolationSearcher.cs(1KB)
--------LinearSearch.cs(470B)
--------BinarySearcher.cs(915B)
--------OrderStatistics.cs(2KB)
--------Searching.csproj(3KB)
--------Properties()
----README.md(382B)
----Structures.Tests()
--------RMatrixTests.cs(655B)
--------Properties()
--------RVectorTests.cs(3KB)
--------Structures.Tests.csproj(4KB)
----Bitwise()
--------Bitwise.csproj(2KB)
--------Manipulators.cs(3KB)
--------Properties()
--------Converters.cs(2KB)
----Sorting.Tests()
--------BubbleSortTest.cs(1KB)
--------Sorting.Tests.csproj(4KB)
--------Properties()
----.gitattributes(2KB)
----LinearEquations()
--------LU.cs(3KB)
--------Iteration.cs(10KB)
--------GaussJordan.cs(2KB)
--------Properties()
--------LinearEquations.csproj(3KB)
----Numlib.NET.sln(5KB)

网友评论