MathNet.Numerics
MathNet.Numerics.Trig
MathNet.Numerics.NumberTheory
MathNet.Numerics.NumberTheory.IntegerTheory
MathNet.Numerics.SpecialFunctions
(a,b) -> sqrt(a^2+b^2)
x -> exp(x)-1
MathNet.Numerics.Fn
MathNet.Numerics.Combinatorics
MathNet.Numerics.Distributions
MathNet.Numerics.Random
MathNet.Numerics.Interpolation
Interpolate
Algorithms
IInterpolation
Interpolate.Common(x,y)
double[] t = new double[] { -2.0, -1.0, 0.0, 1.0, 2.0 }; double[] x = new double[] { 1.0, 2.0, -1.0, 0.0, 1.0 }; IInterpolation interp = Interpolate.RationalWithoutPoles(t, x); double a = interp.Interpolate(-0.5);
MathNet.Numerics.LinearAlgebra
MathNet.Numerics.IntegralTransforms