Marcus Cuda
|
296ff72b4b
|
added native Complex EVD support
|
11 years ago |
Marcus Cuda
|
129702d49e
|
simplified lapack templates
|
11 years ago |
Christoph Ruegg
|
78a7aca144
|
Docs: tweak build & tools docs, merge into website
|
11 years ago |
Christoph Ruegg
|
bc5165ab43
|
Build: dependencies & tools upgrade, docs build updated
|
11 years ago |
Christoph Ruegg
|
810b50cd21
|
Special Functions: stronger unit tests for Gamma/GammaLn #196
|
12 years ago |
Christoph Ruegg
|
94a37cb1c1
|
LA: More consistent range checking in MatrixStorage.Clear and related routines #284
|
12 years ago |
Christoph Ruegg
|
4d96f30889
|
LA: fix loop range in MatrixStorage.ClearColumns (built-in storage backends not affected) #284
|
12 years ago |
Christoph Ruegg
|
f110319e65
|
Docs: start migrating links from numerics homepage to docs; doc generation tweaks #272
|
12 years ago |
Christoph Ruegg
|
1561d50a7d
|
Release Data Extensions v3.1.0
|
12 years ago |
Christoph Ruegg
|
5398609bde
|
Data: DelimitedReader: if no missing value is provided, for sparse use 0 instead of NaN (dense: NaN)
|
12 years ago |
Christoph Ruegg
|
e6857bf938
|
Data: DelimitedReader: format missing value with chosen culture/provider (test fix)
|
12 years ago |
Christoph Ruegg
|
b8c145adfb
|
Release v3.5.0
|
12 years ago |
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 |