Christoph Ruegg
53dc96e4f5
Tooling: reinstall dependencies with current paket release
11 years ago
Christoph Ruegg
3edc64018d
Release v3.7.1
11 years ago
Christoph Ruegg
5ff5a75389
LA: fix a critical bug in SparseMatrix.Add when adding a matrix to itself #341
11 years ago
Christoph Ruegg
26657680b4
LA: fix a critical bug in SparseMatrix.Add when adding a matrix to itself #341
11 years ago
Christoph Ruegg
adb8f96d79
Tooling: update dependencies (FAKE 4.1, FSharp.Core, FsUnit, NUnit)
11 years ago
Christoph Ruegg
fc187af5a2
Distributions: test for Weibull.Estimate #339
11 years ago
Christoph Ruegg
e9df319867
Tests: fix build warning in MatrixStructureTheory tests
11 years ago
Christoph Ruegg
4b1c9e784a
C#: Explicitly set language version
11 years ago
Christoph Ruegg
a1149de5a5
Compatibility: do not provide actualValue to out of range exception since not available on some platforms.
11 years ago
Christoph Ruegg
5423cfd465
Tests: restore test project to use wildcards again, Resources PCL patch #338
11 years ago
Jon Larborn
4966036b86
Comment Adjustment
11 years ago
Jon Larborn
e64adc609d
Estimate extention
11 years ago
Marcus Cuda
e1e2bb294e
removed work arrays from the LA provider interface
11 years ago
Marcus Cuda
484cb758e8
tweaked headers
11 years ago
Kuan Bartel
c6720b630f
Updated OpenBLAS LA provider to remove work arrays to match the MKL LA provider changes.
Changed MKLWrapper and OpenBLASWrapper projects to use shared blas.c and lapack.cpp files. Each project has individual blas.h and lapack.h header files.
11 years ago
Marcus Cuda
06008b1c88
first take on removing work arrays and using LAPACKE in the MKL provider - native side
11 years ago
Christoph Ruegg
4569f51ae7
Distributions: more robust PDF and CDF, better unit tests (against known reference).
11 years ago
Christoph Ruegg
5ab04a2157
Distributions: Chi, ChiSquared and NormalGamma more robust for large shape parameter
11 years ago
Christoph Ruegg
d105a429e8
Distributions: Erlang and Gamma PDF more robust for large shape parameter
11 years ago
Christoph Ruegg
04614416c1
TestData: fix embedded resource paths
11 years ago
Christoph Ruegg
e6bbbda78a
Distributions: Beta.PDF more robust for large distribution parameters #337
11 years ago
Christoph Ruegg
2e13d298e6
Combinatorics: generate or select random permutation, combination or variation #14
11 years ago
Christoph Ruegg
91c3e8b03a
Sorting: fix typos in comments
11 years ago
Christoph Ruegg
ee8d7948eb
Random: NextBoolean extension
11 years ago
Christoph Ruegg
8d40d1d36a
Native: do not try to load native providers when compiled without native flag
11 years ago
Christoph Ruegg
771072142d
Tests: embed test data as resource streams in new TestData project
11 years ago
Christoph Ruegg
1e4d8681b4
Release Data Extensions v3.1.1
11 years ago
Christoph Ruegg
be75d314a5
Data: fix MatrixMarketWriter.WriteVector to use File.OpenWrite #335
11 years ago
Christoph Ruegg
de15eb6dc1
LA: Matrix Rank calculation should use a tolerance based on the matrix size #334
11 years ago
Christoph Ruegg
f86c4426f3
Financial: rename CompoundMonthlyReturn to CompoundReturn #331
The old method has been made obsolete and will be removed in the next
major version.
11 years ago
grovesNL
6164ba0bb2
Added RootFinding.Secant and unit tests (based on NewtonRaphson)
11 years ago
John C Barstow
3c5e59a8c4
Add optional randomSource parameter to PERT
Per feedback, allowing an optional randomSource parameter to be passed through to the Beta constructor.
11 years ago
John C Barstow
2a85997b68
Restore missing semicolon (typo)
11 years ago
John C Barstow
710cc26e41
Add a method to construct a beta PERT distribution
11 years ago
Christoph Ruegg
fdc773a71e
Native: automatically use native provider if available #314 , new Control.TryXY alternatives
Control.TryUseNativeMKL() etc as an alternative way to use a specific
provider if it is available, but you're not interested in why if not.
Control.TryUseNative() tries to use any known native provider in an
undefined (but reasonable) order.
Changed the default behavior to try to load any known native provider
available automatically instead of falling back to managed straight away.
Added basic inline-xml docs
12 years ago
Christoph Ruegg
1d7ce24d3e
LA: Static CreateMatrix/Vector: simpler to use than builders and with better type inferrence
12 years ago
Christoph Ruegg
b5a4175da6
Release v3.7.0
12 years ago
Christoph Ruegg
4a1af82320
Statistics: more MovingAverage tests
12 years ago
Christoph Ruegg
c906a2a6af
Native: cleanup
12 years ago
Christoph Ruegg
d9c3f27fb4
Native: OpenBLAS changed #ifdef GCC to #ifdef __cplusplus
12 years ago
Christoph Ruegg
3a7d00fd8b
Native: OpenBLAS resources
12 years ago
Christoph Ruegg
5ba94f0963
Native: OpenBLAS lib directory via OPENBLASPATH environment variable
12 years ago
Kuan Bartel
19fd215388
C style casts of complex values for gcc.
12 years ago
Kuan Bartel
3bd4cc7daa
Changed to use reinterpret_cast for GCC when casting lapack_complex_float / lapack_complex_double to float* / double*.
12 years ago
Kuan Bartel
16851ac48d
OpenBlasLinearAlgerbraProvider implementation. It is basically just a copy of the MklLinearAlgebraProvider minus the vector methods not included in OpenBLAS. The OpenBlasLinearAlgerbraProvider replaces the GotoBlasLinearAlgebraProvider.
Added a new unit test project which is just a copy of the UnitTests-MKL project but with different compilation symbols (NATIVEMKL vs NATIVEOPENBLAS) to control which native provider is loaded. LinearAlgebraProviderTests should probably be in its own project.
12 years ago
Kuan Bartel
99246e9028
Initial version of OpenBLAS wrapper project based off the MKL wrapper. It compiles, but may not work.
12 years ago
Christoph Ruegg
f1e46e539f
LA: fix inline docs of matrix/vector builder to indicate correct pRNG used by default.
12 years ago
Christoph Ruegg
03c97d6af0
Release MKL Native Provider: v1.8.0 (rev 8)
12 years ago
Christoph Ruegg
011e857007
Statistics: update inline docs to not refer to private type
12 years ago
Christoph Ruegg
d9fd546808
Native: resource files and headers
12 years ago