1837 Commits (bc3cd95dfd424da48aa8f29c05f097a02be3aee0)

Author SHA1 Message Date
Marcus Cuda 1d9b1fc566 changed #ifdef GCC to #ifdef __cplusplus 12 years ago
Marcus Cuda f3a5c92e15 added OSX MKL build script 12 years ago
Christoph Ruegg 71f1e67aad Fourier: add Fourier.FrequencyScale to generate the frequency corresponding to each index in frequency space 12 years ago
Christoph Ruegg c16d27a845 Statistics: RunningStatistics should propagate min/max when combining and handle NaN on Push 12 years ago
Matt Heffron 31a7927062 Add (restore?) the missing SparseVector.AbsoluteMaximumIndex() override implementations. 12 years ago
Christoph Ruegg 431b727ebe Dependencies 12 years ago
Christoph Ruegg 9771f1bdd1 Release v3.6.0 12 years ago
Christoph Ruegg a6878cc7d1 Distributions: ChiSquared.CDF test fix for more robust implementation #288 12 years ago
Christoph Ruegg 9dbf23a928 Tests: port vector storage combinator tests to matrices 12 years ago
Christoph Ruegg 36b568c5f1 Tests: cleanup, simplifications 12 years ago
Christoph Ruegg 54b48383e6 Tests: merge dense and sparse vector arithmetic tests, cover mixed cases 12 years ago
Christoph Ruegg b244510f0e Tests: refactor LA theory tests to use enum datasets (much more tool friendly) 12 years ago
Christoph Ruegg 14ec5a392b Buildfix: disable Fibonacci tests where not available (pcl, 3.5). 12 years ago
Christoph Ruegg 44ea89a983 Generate: Unfold, Fibonacci 12 years ago
Christoph Ruegg 004d8155e3 Generate: Normal and Standard, deprecate Stable and Gaussian 12 years ago
Christoph Ruegg fbfe077552 LA: migrate mixed-storage fallback implementations to use higher order functions 12 years ago
Christoph Ruegg e591f86e2f LA: Vector.Find/2, Exists/2, ForAll/2 12 years ago
Christoph Ruegg 4967e057b4 Native Provider Loader: code simplification 12 years ago
Christoph Ruegg a112a2a380 Native Provider Loader: optionally set directory from the outside via Control.NativeProviderPath 12 years ago
Kuan Bartel 5a01cd91bf Changed architecture directory name from "amd64" to "x64" in NativeProviderLoader. 12 years ago
Kuan Bartel 67642e9c76 Changed to use LoadLibraryEx rather than LoadLibrary to properly find library dependencies and added searching for the architecture specific folder in the current domain's base directory which fixes a problem with running unit tests with MSTest / Xunit in Visual Studio (assemblies seem to be copied to the temp directory so fails to find the native library). 12 years ago
Christoph Ruegg 43c361dd87 Native: replace NATIVEMKL build constant with NATIVE as it can be used by other native providers as well #296 12 years ago
Christoph Ruegg 60beb0eca6 Providers: disable native provider loader on portable builds #296 12 years ago
Kuan Bartel b8de1e563a Changed behaviour to only attempt to load the library if it is found within an architecture specific subfolder. If not found then LoadLibrary will return false allowing the normal P/Invoke load behaviour as P/Invoke searches in a slightly different order to the dlopen() and LoadLibrary() functions. 12 years ago
Kuan Bartel 4ea75fad55 Added support for loading native libraries on Linux and MacOSX. I'm not sure how to detect the processor on Unix systems though as Environment.GetEnvironmentVariable("PROCESSOR_ARCHITECTURE") won't work. x86 and AMD64 are fine as I could just use Environment.Is64BitProcess but there's no way to detect ARM and IA64 in the BCL. So currently for Unix I'm not using an architecture directory. 12 years ago
Kuan Bartel a75e4f6060 Added NativeProviderLoader, a helper class for loading native provider libraries depending on the processor architecture and the process bitness. MklLinearAlgebraProvider modified to call the helper class in InitializeVerify. 12 years ago
Christoph Ruegg 1f26138b59 LA: proper exception when trying to create a matrix of an empty vector array #294 12 years ago
Christoph Ruegg bd64c8e612 LA: Matrix.Fold2, Find/2, Exists/2, ForAll/2 12 years ago
Christoph Ruegg d1651ebb4f LA: Storage should not make Zeros/ExistingData arguments optional (internal only until v4). Minor optimization. 12 years ago
Christoph Ruegg 70dda56f85 LA: MatrixStorage.Find/Find2; leverage Find2 in Equals #291 12 years ago
Christoph Ruegg c4c0ee3955 LA: inline xml docs typo 12 years ago
Marcus Cuda b7cd353d58 added no convergence check 12 years ago
Marcus Cuda 341dec231d fixed tests for complex evd 12 years ago
Marcus Cuda 296ff72b4b added native Complex EVD support 12 years ago
bbieniek e0e7292324 When DF parameter was high, the CDF returned NaN value. This was resolved by using the GammaLowerRegularized function straight from the CDF instead of division and multipliciation by Gamma function. 12 years ago
Marcus Cuda 129702d49e simplified lapack templates 12 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 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 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
Hythem Sidky 36050ed83d Numerical Jacobian and Hessian wrappers 12 years ago