Christoph Ruegg
51f0470695
Merge pull request #281 from cuda/csv
Added support for missing values to delimited reader and writter
12 years ago
Christoph Ruegg
5a9448ff31
Differentiation: fix portable profile support
12 years ago
Christoph Ruegg
fb1f888089
Differentiation: F# module for better F# function support
12 years ago
Marcus Cuda
f5ad18f239
added missing value support to DelimitedWriter
12 years ago
Marcus Cuda
759975c748
added support for missing values
12 years ago
Christoph Ruegg
f3c123f84d
Differentiation: Static facade class for simple use cases
12 years ago
Christoph Ruegg
c72bb3662e
Precision: migrate epsilon logic from NumericalDerivative to Precision class
12 years ago
Christoph Ruegg
43be6cf485
Merge pull request #280 from hsidky/master
Numerical Differentiation Support
12 years ago
Hythem Sidky
36050ed83d
Numerical Jacobian and Hessian wrappers
12 years ago
Hythem Sidky
3ed9bf9798
Added numerical differentiation classes.
12 years ago
Christoph Ruegg
7b246c315e
LA: F# Matrix.insertRow/appendRow/prependRow, also for columns #277
12 years ago
Christoph Ruegg
ab636a39d7
LA: Matrix.ToRowArrays/ToColumnArrays #278
12 years ago
Christoph Ruegg
d8ba6745fa
LA: more convenient F# functions to append and stack matrices #277
12 years ago
Christoph Ruegg
c8a280fb81
Release notes: add missing Pearson correlation entry
12 years ago
Christoph Ruegg
2888834831
Release v3.4.0
12 years ago
Christoph Ruegg
2297b24a02
Native MKL: minor memory function api tweaks
12 years ago
Christoph Ruegg
b8cf957e02
Native MKL: tweak package titles, throw NotSupportedException if memory functions not supported by old provider
12 years ago
Christoph Ruegg
586f438f46
Merge pull request #274 from glyphard/gh_#228_incomplete_gamma_function_a_equal_zero
added correct handling for a=0 for regularized incomplete gamma function...
12 years ago
Ashley Messer
25a71ff4b4
added correct handling for a=0 for regularized incomplete gamma function, upper and lower for issue #228
also added checksum test
12 years ago
Christoph Ruegg
f028b20730
Update dependencies/tooling
12 years ago
Christoph Ruegg
6a0475c1f9
Build: updated vagrant bootstrap to use newest xamarin mono packages
12 years ago
Christoph Ruegg
582cece51f
Build: prepare build for Linux MKL provider packaging
12 years ago
Christoph Ruegg
efbb4fefbf
Build: fix TaskParallelLibrary dependency version string (drop patch suffix)
12 years ago
Christoph Ruegg
6c6defda11
Merge pull request #273 from cuda/mkl_build
added missing architecture defines
12 years ago
Marcus Cuda
0b950e1c88
added missing architecture defines
12 years ago
Christoph Ruegg
a33eca054a
Release Native Providers: v1.7.0 (rev 7)
12 years ago
Christoph Ruegg
f3dc65b193
Native MKL: add memory management capability, increment revision to 7
12 years ago
Christoph Ruegg
5375d98dce
Build: fix NUnit binding redirects
12 years ago
Christoph Ruegg
33a1383275
Update dependencies/tooling
12 years ago
Christoph Ruegg
62b1b7b8b7
Build: Use Travis CI language support for .NET
12 years ago
Christoph Ruegg
53a464c86c
Special Functions: document the n-parameter of the exponential integral
12 years ago
Christoph Ruegg
823a6b6406
Build: simplify F# NuGet package dependencies
12 years ago
Christoph Ruegg
39936c7eb6
Merge pull request #271 from cuda/mkl_memory
Added MKL memory functions and updated mkl_build.sh
12 years ago
Marcus Cuda
611bd0c65e
Added MKL memory functions
Updated mkl_build.sh
-updated build directories
-added capabilities.cpp and memory.c to the compile commands
12 years ago
Christoph Ruegg
401b594aa4
Minor cleanup, contributors, tests
12 years ago
Christoph Ruegg
d447e1e6d7
Merge pull request #262 from bamnup12/weighted_corr
added weighted Pearson correlation
12 years ago
Christoph Ruegg
8a67341d72
Docs: exponential integral function
12 years ago
Christoph Ruegg
6cdafe62be
Minor special functions cleanup
12 years ago
Christoph Ruegg
b0e7c06c11
Merge pull request #267 from glyphard/gh_#228_exponential_integral
Gh #228 exponential integral
12 years ago
Christoph Ruegg
e2271d7f58
Migrate to new official FSharp.Core NuGet package (paket-v20a7)
12 years ago
Christoph Ruegg
e53311657a
Merge pull request #268 from tenor/patch-1
Added C# Pad to users.fsx
12 years ago
Sunny Ahuwanya
28387be329
Added C# Pad to users.fsx
12 years ago
Ashley Messer
9022de08df
fixed erroneous test name for issue #228
12 years ago
Ashley Messer
9a76ec9a32
moved usings to match project convention and added copyright header for issue #228
12 years ago
Ashley Messer
a5a3ca4cff
implemented exponential integral for issue #228 included tests for small x, large x, and n=1, 2, and special cases
12 years ago
Christoph Ruegg
6899b904ac
Release notes typo
12 years ago
Christoph Ruegg
5a4e706096
Release v3.3.0
12 years ago
Christoph Ruegg
226e1e07a1
Build: for F# on net35 use traditional FSharp.Core reference instead of NuGet
For C# and also for all non-net35 F# targets we still use the proper NuGet package.
This allows us to use one FSharp.Core NuGet package only (instead of two
with platform-groups), resolving quite a few issues.
12 years ago
Christoph Ruegg
b9a646377f
Build: paket install
12 years ago
Christoph Ruegg
52f7ee09ee
Build: fix paths to improve support for Paket
12 years ago