Numerics.NET | The Numerics.NET namespace contains fundamental classes and base classes that define commonly-used mathematical value and reference data types, events and event handlers, interfaces, attributes, and processing exceptions. |
Numerics.NET.Algorithms | The Numerics.NET.Algorithms namespace contains fundamental classes and base classes used for the implementation of numerical algorithms. |
Numerics.NET.Calculus | The Numerics.NET.Calculus namespace contains classes for the numerical integration and differentiation of functions. |
Numerics.NET.Calculus.Generic | |
Numerics.NET.Calculus.OrdinaryDifferentialEquations | The Numerics.NET.Calculus.OrdinaryDifferentialEquations namespace contains classes for integrating systems of ordinary differential equations (ODE's). |
Numerics.NET.Collections | The Numerics.NET.Collections namespace contains classes that represent various collections and containers. |
Numerics.NET.Curves | The Numerics.NET.Curves namespace contains classes for working with curves as mathematical objects. |
Numerics.NET.Curves.Generic | |
Numerics.NET.Curves.Nonlinear | The Numerics.NET.Curves.Nonlinear namespace contains classes for nonlinear curve fitting. |
Numerics.NET.Data | The Numerics.NET.Data namespace contains base classes for importing and exporting data. |
Numerics.NET.Data.Json | The Numerics.NET.Data.Json namespace contains classes for serializing and desiralizing data in JSON format. |
Numerics.NET.Data.Matlab | The Numerics.NET.Data namespace contains classes for importing and exporting data in Matlab (v5) format. |
Numerics.NET.Data.R | The Numerics.NET.Data namespace contains classes for importing and exporting R files. |
Numerics.NET.Data.Stata | The Numerics.NET.Data namespace contains classes for importing and exporting data in Stata format. |
Numerics.NET.Data.Text | The Numerics.NET.Data namespace contains classes for importing and exporting data in various text based formats, including CSV. |
Numerics.NET.DataAnalysis | The Numerics.NET.DataAnalysis namespace contains classes for working with data frames and analyzing data. |
Numerics.NET.DataAnalysis.Accumulators | |
Numerics.NET.DataAnalysis.Linq | The Numerics.NET.DataAnalysis.Linq namespace contains static classes that provide support for LINQ queries on data frames, vectors, and matrices. |
Numerics.NET.DataAnalysis.Models | The Numerics.NET.DataAnalysis namespace contains classes used when working with statistical and machine learning models. |
Numerics.NET.Distributed | The Numerics.NET.Distributed namespace contains classes for working with vectors and matrices in a distributed environment, including on a GPU. |
Numerics.NET.EquationSolvers | The Numerics.NET.EquationSolvers namespace contains classes that solve nonlinear equations and systems of nonlinear equations. |
Numerics.NET.EquationSolvers.Generic | |
Numerics.NET.Generic | The Numerics.NET.Generic namespace contains fundamental classes for computing with generic numerical types. |
Numerics.NET.LinearAlgebra | The Numerics.NET.LinearAlgebra namespace contains classes for working with vectors and matrices and matrix decompositions, and for solving systems of simultaneous linear equations and least squares problems. |
Numerics.NET.LinearAlgebra.Implementation | The Numerics.NET.LinearAlgebra.Implementation namespace contains classes that implement various provider types for linear algebra with generic element types. |
Numerics.NET.LinearAlgebra.IterativeSolvers | The Numerics.NET.LinearAlgebra.IterativeSolvers namespace contains classes that implement iterative solvers for large, sparse systems. |
Numerics.NET.LinearAlgebra.IterativeSolvers.Preconditioners | The Numerics.NET.LinearAlgebra.IterativeSolvers.Preconditioners namespace contains classes that implement preconditioners that can be used with the iterative solvers for large, sparse systems. |
Numerics.NET.Optimization | The Numerics.NET.Optimization namespace contains classes that perform optimization of functions in one or more variables, including linear, quadratic and nonlinear programming. |
Numerics.NET.Optimization.LineSearches | The Numerics.NET.Optimization.LineSearches namespace contains classes that implement line search algorithms used in some multi-dimensional optimizers. |
Numerics.NET.Providers | The Numerics.NET.Providers namespace contains classes for defining and working with implementation providers. |
Numerics.NET.Providers.InteropServices | The Numerics.NET.Providers.InteropServices namespace contains utility classes for working with implementation providers. |
Numerics.NET.Random | The Numerics.NET.Random namespace contains classes that represent random number generators and related classes. |
Numerics.NET.SignalProcessing | The Numerics.NET.SignalProcessing namespace contains classes for Fourier transforms and related operations. |
Numerics.NET.Statistics | The Numerics.NET.Statistics namespace contains classes that are used to represent statistical models. |
Numerics.NET.Statistics.Distributions | The Numerics.NET.Statistics.Distributions namespace contains classes that represent statistical probability distributions. |
Numerics.NET.Statistics.Multivariate | The Numerics.NET.Statistics.Multivariate namespace contains classes that implement multivariate statistical analysis techniques. |
Numerics.NET.Statistics.Tests | The Numerics.NET.Statistics.Tests namespace contains classes that represent hypothesis tests. |
Numerics.NET.Statistics.TimeSeriesAnalysis | The Numerics.NET.Statistics.TimeSeriesAnalysis namespace contains classes for working with time series data. |
Numerics.NET.Tensors | |