|
9 | 9 | <Description>CSparse.NET provides numerical methods for sparse LU, Cholesky and QR decomposition of real and complex linear systems.</Description> |
10 | 10 | <Product>CSparse.NET</Product> |
11 | 11 | <Company /> |
12 | | - <Copyright>Copyright Christian Woltering © 2012-2025</Copyright> |
| 12 | + <Copyright>Copyright Christian Woltering © 2012-2026</Copyright> |
13 | 13 | <Authors>Christian Woltering</Authors> |
14 | | - <AssemblyVersion>4.3.0.0</AssemblyVersion> |
15 | | - <FileVersion>4.3.0.0</FileVersion> |
16 | | - <PackageTags>math sparse matrix lu cholesky qr decomposition factorization </PackageTags> |
17 | | - <Version>4.3.0</Version> |
| 14 | + <AssemblyVersion>4.4.0.0</AssemblyVersion> |
| 15 | + <FileVersion>4.4.0.0</FileVersion> |
| 16 | + <PackageTags>math sparse matrix lu cholesky qr decomposition factorization</PackageTags> |
| 17 | + <Version>4.4.0</Version> |
18 | 18 | <AssemblyName>CSparse</AssemblyName> |
19 | 19 | <RootNamespace>CSparse</RootNamespace> |
20 | 20 | <PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression> |
21 | 21 | <PackageProjectUrl>https://github.com/wo80/CSparse.NET</PackageProjectUrl> |
22 | 22 | <RepositoryUrl>https://github.com/wo80/CSparse.NET.git</RepositoryUrl> |
23 | 23 | <RepositoryType>git</RepositoryType> |
24 | | - <PackageReleaseNotes>Version 4.3.0 |
| 24 | + <PackageReleaseNotes>Version 4.4.0 |
| 25 | + |
| 26 | +* Add Refactorize methods to SparseCholesky, SparseLDL and SparseLU |
| 27 | + |
| 28 | +Version 4.3.0 |
25 | 29 |
|
26 | 30 | * Add net10.0 and remove net6.0 target framework. |
27 | 31 | * Minor optimizations for matrix-vector multiplication. |
|
0 commit comments