Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Christoph Ruegg a5240079be Merge pull request #226 from teramonagi/work 12 years ago
..
AssemblyInfo.fs Release: v3.0.2 12 years ago
BigIntegerExtensions.fs Optimized the BigInteger parser function used when PORTABLE is defined; now, it doesn't create any intermediate strings via slicing. 13 years ago
BigRational.fs BigRational: fix pow to support negative integer exponents 12 years ago
BigRational.fsi BigRational: add IsZero, IsOne, IsInteger, Reciprocal, Pow (compat with **), FromFraction 12 years ago
Complex.fs General cleanup and reformatting of some F# code originally imported from the F# PowerPack. Functionality is unchanged, but this will make it easier to implement new functionality in the future. 13 years ago
Distributions.fs Distributions: all dist must have static routine to sample an array in one go 12 years ago
FSharp-Portable47.fsproj F#: add MathNet.Numerics.fsx script to packages for simpler usage in scripts+FSI, with formatters 12 years ago
FSharp-Portable344.fsproj F#: add MathNet.Numerics.fsx script to packages for simpler usage in scripts+FSI, with formatters 12 years ago
FSharp.fsproj F#: add MathNet.Numerics.fsx script to packages for simpler usage in scripts+FSI, with formatters 12 years ago
FindRoots.fs Add Find root method "Bryoden". 12 years ago
Fit.fs Fit: F# Fit.multiDim 12 years ago
Generate.fs Generate: clarifications and simplifications, F# module, docs 13 years ago
LinearAlgebra.Matrix.fs LA: the proper term for being conjugate symmetric is 'Hermitian' 12 years ago
LinearAlgebra.Vector.fs LA: consistency: enumerators should leverage Zeros-enum, like map/fold already does. 12 years ago
MathNet.Numerics.fsx Build: introduce bundles, simplifying package creation 12 years ago
Random.fs Random: make clearer that SystemRandomSource.FastDoubles has low randomness properties 12 years ago
RandomVariable.fs Build: add portable profile 47 (in addition to 136) with System.Numerics 13 years ago
Statistics.fs Fsharp functions should use 'Func' instead of just 'F' as suffix 13 years ago