CSparse 3.8.1
See the version list below for details.
dotnet add package CSparse --version 3.8.1
NuGet\Install-Package CSparse -Version 3.8.1
<PackageReference Include="CSparse" Version="3.8.1" />
paket add CSparse --version 3.8.1
#r "nuget: CSparse, 3.8.1"
// Install CSparse as a Cake Addin #addin nuget:?package=CSparse&version=3.8.1 // Install CSparse as a Cake Tool #tool nuget:?package=CSparse&version=3.8.1
CSparse.NET provides numerical methods for sparse LU, Cholesky and QR decomposition of real and complex linear systems.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Memory (>= 4.5.5)
-
net6.0
- No dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on CSparse:
Package | Downloads |
---|---|
BriefFiniteElement.Net
A Finite Element library for static and linear analysis of solids and structures. |
|
BriefFiniteElementNet.Common
Common object for Brief Finite Element |
|
FEALiTE2D
A fast and reliable finite element analysis library for 2D frame, beam and truss elements using C#. |
|
BriefFiniteElementNet.CustomElements
Custom elements (like quadrilatural or hexahedral) for BFE |
|
BriefFiniteElement.WpfControls
few controls for visualization of BriefFiniteELement.net object |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CSparse:
Repository | Stars |
---|---|
BriefFiniteElementNet/BriefFiniteElement.Net
BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET
|
Version | Downloads | Last updated |
---|---|---|
4.2.0 | 297 | 9/15/2024 |
4.1.0 | 449 | 6/14/2024 |
4.0.0 | 4,152 | 4/3/2024 |
3.8.1 | 3,347 | 11/15/2023 |
3.8.0 | 13,894 | 5/20/2023 |
3.7.0 | 1,292 | 5/4/2022 |
3.6.0 | 4,419 | 11/25/2021 |
3.5.0 | 8,690 | 1/14/2021 |
3.4.9 | 4,490 | 11/6/2020 |
3.4.7 | 1,240 | 8/28/2020 |
3.4.6 | 638 | 7/21/2020 |
3.4.5 | 1,683 | 6/11/2020 |
3.4.3 | 644 | 5/25/2020 |
3.4.2 | 686 | 5/13/2020 |
3.4.1 | 10,570 | 10/2/2019 |
3.4.0 | 816 | 9/15/2019 |
3.3.0 | 1,047 | 4/29/2019 |
3.2.3 | 2,837 | 11/30/2018 |
3.2.2 | 887 | 10/12/2018 |
3.2.1 | 832 | 9/17/2018 |
3.2.0 | 1,186 | 3/9/2018 |
3.1.10 | 985 | 3/6/2018 |
3.1.9 | 1,982 | 1/6/2017 |
3.1.4 | 1,653 | 9/19/2015 |
Changes in version 3.8.1:
* Add overloads for permutation Invert() and IsValid() methods taking the permutation length as argument.
Changes in version 3.8.0:
* Add overloads for the factorization Solve() methods taking Span<T> as argument. Note that this introduces a dependency on System.Memory for the netstandard2.0 assembly.