CSparse 3.6.0
.NET 6.0
.NET Standard 2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package CSparse -Version 3.6.0
dotnet add package CSparse --version 3.6.0
<PackageReference Include="CSparse" Version="3.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CSparse --version 3.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CSparse, 3.6.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install CSparse as a Cake Addin
#addin nuget:?package=CSparse&version=3.6.0
// Install CSparse as a Cake Tool
#tool nuget:?package=CSparse&version=3.6.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CSparse.NET provides numerical methods for sparse LU, Cholesky and QR decomposition of real and complex linear systems.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
-
net6.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CSparse:
Package | Downloads |
---|---|
BriefFiniteElement.Net
A Finite Element library for static and linear analysis of solids and structures. |
|
FEALiTE2D
A fast and reliable finite element analysis library for 2D frame, beam and truss elements using C#. |
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 |
---|---|---|
3.7.0 | 51 | 5/4/2022 |
3.6.0 | 3,070 | 11/25/2021 |
3.5.0 | 1,019 | 1/14/2021 |
3.4.9 | 983 | 11/6/2020 |
3.4.7 | 990 | 8/28/2020 |
3.4.6 | 381 | 7/21/2020 |
3.4.5 | 1,228 | 6/11/2020 |
3.4.3 | 403 | 5/25/2020 |
3.4.2 | 436 | 5/13/2020 |
3.4.1 | 10,301 | 10/2/2019 |
3.4.0 | 540 | 9/15/2019 |
3.3.0 | 763 | 4/29/2019 |
3.2.3 | 1,734 | 11/30/2018 |
3.2.2 | 625 | 10/12/2018 |
3.2.1 | 571 | 9/17/2018 |
3.2.0 | 850 | 3/9/2018 |
3.1.10 | 683 | 3/6/2018 |
3.1.9 | 1,600 | 1/6/2017 |
3.1.4 | 1,267 | 9/19/2015 |
* Remove .NET 4.5 target framework, upgrade .NET 5.0 to 6.0.
* Add constructor that takes explicit non-zeros count to CoordinateStorage class.