MathNet.Numerics.Data.Text 3.0.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package MathNet.Numerics.Data.Text --version 3.0.0                
NuGet\Install-Package MathNet.Numerics.Data.Text -Version 3.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MathNet.Numerics.Data.Text" Version="3.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MathNet.Numerics.Data.Text --version 3.0.0                
#r "nuget: MathNet.Numerics.Data.Text, 3.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MathNet.Numerics.Data.Text as a Cake Addin
#addin nuget:?package=MathNet.Numerics.Data.Text&version=3.0.0

// Install MathNet.Numerics.Data.Text as a Cake Tool
#tool nuget:?package=MathNet.Numerics.Data.Text&version=3.0.0                

Text Data Input/Output Extensions for Math.NET Numerics, the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on MathNet.Numerics.Data.Text:

Package Downloads
andrefmello91.ReinforcedConcreteMembrane

Library for nonlinear analysis of reinforced concrete membrane elements by Modified Compression Field Theory (VECCHIO; COLLINS, 1986) and Disturbed Stress Field Model (VECCHIO, 2000)..

andrefmello91.FEMAnalysis

Implementation of linear and nonlinear analysis of static problems by Finite Element Method.

Octavo.NET

Octavo.NET.Core Class Library

PhilipsTang.Mathlib

PhilipsTang.Mathlib .NETStandard 2.0

Signals.Indicater

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on MathNet.Numerics.Data.Text:

Repository Stars
microsoft/CryptoNets
CryptoNets is a demonstration of the use of Neural-Networks over data encrypted with Homomorphic Encryption. Homomorphic Encryptions allow performing operations such as addition and multiplication over data while it is encrypted. Therefore, it allows keeping data private while outsourcing computation (see here and here for more about Homomorphic E
Version Downloads Last updated
6.0.0-beta1 725 12/17/2023
5.0.0 35,522 4/3/2022
5.0.0-beta02 215 4/3/2022
5.0.0-beta01 232 3/6/2022
5.0.0-alpha16 206 2/27/2022
5.0.0-alpha15 186 2/27/2022
5.0.0-alpha14 196 2/27/2022
5.0.0-alpha13 195 2/27/2022
5.0.0-alpha12 183 2/27/2022
5.0.0-alpha11 199 2/27/2022
5.0.0-alpha10 186 2/19/2022
5.0.0-alpha09 192 2/13/2022
5.0.0-alpha08 211 12/23/2021
5.0.0-alpha07 213 12/19/2021
5.0.0-alpha06 222 12/19/2021
5.0.0-alpha05 195 12/19/2021
5.0.0-alpha04 217 12/19/2021
5.0.0-alpha03 198 12/5/2021
5.0.0-alpha02 372 7/11/2021
5.0.0-alpha01 337 6/27/2021
4.1.0 18,340 12/30/2020
4.0.0 38,587 2/14/2018
4.0.0-beta01 929 2/4/2018
3.2.1 4,460 4/29/2017
3.2.0 4,946 4/11/2016
3.1.1 6,947 7/13/2015
3.1.0 2,242 1/11/2015
3.0.0 2,160 7/23/2014
3.0.0-beta02 1,021 6/15/2014
3.0.0-beta01 1,065 4/23/2014
3.0.0-alpha9 1,118 3/29/2014
3.0.0-alpha8 1,089 2/26/2014
3.0.0-alpha7 1,042 12/30/2013
3.0.0-alpha6 1,073 12/3/2013
3.0.0-alpha5 1,116 11/15/2013
3.0.0-alpha4 1,048 9/23/2013
1.1.0 2,376 6/23/2013

Requires at least Math.NET Numerics v3.0.0
Text: static-only DelimitedReader/Writer api
Matlab: static/stateless writer api design, consistent with reader
Matlab: much more efficient reading/writing of sparse data ~Christian Woltering
Matlab: intermediate MatlabMatrix objects to support mixed-type matrices