Reference

Namespaces

Numerics.NETThe 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.AlgorithmsThe Numerics.NET.Algorithms namespace contains fundamental classes and base classes used for the implementation of numerical algorithms.
Numerics.NET.CalculusThe Numerics.NET.Calculus namespace contains classes for the numerical integration and differentiation of functions.
Numerics.NET.Calculus.Generic 
Numerics.NET.Calculus.OrdinaryDifferentialEquationsThe Numerics.NET.Calculus.OrdinaryDifferentialEquations namespace contains classes for integrating systems of ordinary differential equations (ODE's).
Numerics.NET.CollectionsThe Numerics.NET.Collections namespace contains classes that represent various collections and containers.
Numerics.NET.CurvesThe Numerics.NET.Curves namespace contains classes for working with curves as mathematical objects.
Numerics.NET.Curves.Generic 
Numerics.NET.Curves.NonlinearThe Numerics.NET.Curves.Nonlinear namespace contains classes for nonlinear curve fitting.
Numerics.NET.DataThe Numerics.NET.Data namespace contains base classes for importing and exporting data.
Numerics.NET.Data.JsonThe Numerics.NET.Data.Json namespace contains classes for serializing and desiralizing data in JSON format.
Numerics.NET.Data.MatlabThe Numerics.NET.Data namespace contains classes for importing and exporting data in Matlab (v5) format.
Numerics.NET.Data.RThe Numerics.NET.Data namespace contains classes for importing and exporting R files.
Numerics.NET.Data.StataThe Numerics.NET.Data namespace contains classes for importing and exporting data in Stata format.
Numerics.NET.Data.TextThe Numerics.NET.Data namespace contains classes for importing and exporting data in various text based formats, including CSV.
Numerics.NET.DataAnalysisThe Numerics.NET.DataAnalysis namespace contains classes for working with data frames and analyzing data.
Numerics.NET.DataAnalysis.Accumulators 
Numerics.NET.DataAnalysis.LinqThe Numerics.NET.DataAnalysis.Linq namespace contains static classes that provide support for LINQ queries on data frames, vectors, and matrices.
Numerics.NET.DataAnalysis.ModelsThe Numerics.NET.DataAnalysis namespace contains classes used when working with statistical and machine learning models.
Numerics.NET.DistributedThe Numerics.NET.Distributed namespace contains classes for working with vectors and matrices in a distributed environment, including on a GPU.
Numerics.NET.EquationSolversThe Numerics.NET.EquationSolvers namespace contains classes that solve nonlinear equations and systems of nonlinear equations.
Numerics.NET.EquationSolvers.Generic 
Numerics.NET.GenericThe Numerics.NET.Generic namespace contains fundamental classes for computing with generic numerical types.
Numerics.NET.LinearAlgebraThe 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.ImplementationThe Numerics.NET.LinearAlgebra.Implementation namespace contains classes that implement various provider types for linear algebra with generic element types.
Numerics.NET.LinearAlgebra.IterativeSolversThe Numerics.NET.LinearAlgebra.IterativeSolvers namespace contains classes that implement iterative solvers for large, sparse systems.
Numerics.NET.LinearAlgebra.IterativeSolvers.PreconditionersThe 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.OptimizationThe 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.LineSearchesThe Numerics.NET.Optimization.LineSearches namespace contains classes that implement line search algorithms used in some multi-dimensional optimizers.
Numerics.NET.ProvidersThe Numerics.NET.Providers namespace contains classes for defining and working with implementation providers.
Numerics.NET.Providers.InteropServicesThe Numerics.NET.Providers.InteropServices namespace contains utility classes for working with implementation providers.
Numerics.NET.RandomThe Numerics.NET.Random namespace contains classes that represent random number generators and related classes.
Numerics.NET.SignalProcessingThe Numerics.NET.SignalProcessing namespace contains classes for Fourier transforms and related operations.
Numerics.NET.StatisticsThe Numerics.NET.Statistics namespace contains classes that are used to represent statistical models.
Numerics.NET.Statistics.DistributionsThe Numerics.NET.Statistics.Distributions namespace contains classes that represent statistical probability distributions.
Numerics.NET.Statistics.MultivariateThe Numerics.NET.Statistics.Multivariate namespace contains classes that implement multivariate statistical analysis techniques.
Numerics.NET.Statistics.TestsThe Numerics.NET.Statistics.Tests namespace contains classes that represent hypothesis tests.
Numerics.NET.Statistics.TimeSeriesAnalysisThe Numerics.NET.Statistics.TimeSeriesAnalysis namespace contains classes for working with time series data.
Numerics.NET.Tensors