Christoph Ruegg
91c3e8b03a
Sorting: fix typos in comments
11 years ago
Christoph Ruegg
ee8d7948eb
Random: NextBoolean extension
11 years ago
Christoph Ruegg
d3327de484
Docs: minor template tweaks
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
Christoph Ruegg
bc04bcfd71
Merge pull request #333 from grovesNL/master
Added RootFinding.Secant and unit tests (based on NewtonRaphson)
11 years ago
grovesNL
6164ba0bb2
Added RootFinding.Secant and unit tests (based on NewtonRaphson)
11 years ago
Christoph Ruegg
d9d787fad4
Update links
11 years ago
Christoph Ruegg
52fb412306
Merge pull request #319 from jbowtie/betapert
Add a method to construct a beta PERT distribution
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
680d360e6b
Merge pull request #318 from mexx/patch-1
Fix typo `division`
11 years ago
Max Malook
096b9b8c33
Fix typo `division`
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
11 years ago
Christoph Ruegg
1d7ce24d3e
LA: Static CreateMatrix/Vector: simpler to use than builders and with better type inferrence
11 years ago
Christoph Ruegg
5cbc44effb
Native: simplify target files further
11 years ago
Christoph Ruegg
fafed3cf4a
Merge pull request #312 from kjbartel/NugetTargets
Change Nuget targets to use 'Content' rather than 'Copy' and 'Delete'
11 years ago
Christoph Ruegg
39cd2f2c04
Native: drop artificial MathNet.Numerics package dependency in NuGet packages #140
11 years ago
Kuan Bartel
e98be5ede2
Simplified targets files to instead use 'Content' elements rather than 'Copy' and 'Delete' tasks. This is important as the copy and delete tasks won't work for other projects referencing a project which uses one of the MathNet nuget packages. Installer projects such as WiX or VS Setup projects similarly won't find the required library files unless they are 'Content'.
11 years ago
Christoph Ruegg
a5d8d96c13
Docs: update pakages, users
11 years ago
Christoph Ruegg
b5a4175da6
Release v3.7.0
11 years ago
Christoph Ruegg
4a1af82320
Statistics: more MovingAverage tests
11 years ago
Christoph Ruegg
cb64d2633e
Native: OpenBLAS integrated into FAKE build system
11 years ago
Christoph Ruegg
c906a2a6af
Native: cleanup
11 years ago
Christoph Ruegg
d9c3f27fb4
Native: OpenBLAS changed #ifdef GCC to #ifdef __cplusplus
11 years ago
Christoph Ruegg
3a7d00fd8b
Native: OpenBLAS resources
11 years ago
Christoph Ruegg
fefa816717
Merge branch 'OpenBLAS'
Conflicts:
src/Numerics/Control.cs
src/Numerics/Properties/AssemblyInfo.cs
src/UnitTests/UseLinearAlgebraProvider.cs
11 years ago
Christoph Ruegg
5ba94f0963
Native: OpenBLAS lib directory via OPENBLASPATH environment variable
11 years ago
Kuan Bartel
19fd215388
C style casts of complex values for gcc.
11 years ago
Kuan Bartel
3bd4cc7daa
Changed to use reinterpret_cast for GCC when casting lapack_complex_float / lapack_complex_double to float* / double*.
11 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.
11 years ago
Kuan Bartel
99246e9028
Initial version of OpenBLAS wrapper project based off the MKL wrapper. It compiles, but may not work.
11 years ago
Christoph Ruegg
f1e46e539f
LA: fix inline docs of matrix/vector builder to indicate correct pRNG used by default.
11 years ago
Christoph Ruegg
03c97d6af0
Release MKL Native Provider: v1.8.0 (rev 8)
11 years ago
Christoph Ruegg
408f06c506
Build: combined MKL package and proper CUDA packages
11 years ago
Christoph Ruegg
39cb114d60
Build: add paket.sh file for simpler usage
11 years ago
Christoph Ruegg
011e857007
Statistics: update inline docs to not refer to private type
11 years ago
Christoph Ruegg
7d039ddf03
Merge pull request #309 from jneedhamspkt/smallValueHistogram
Small value histogram
11 years ago
Christoph Ruegg
fbd54bec58
Merge remote-tracking branch 'cuda/moving_stats'
11 years ago
Christoph Ruegg
f31b6d8625
Native: drop CUDA x86 support following CUDA Toolkit 7.0
11 years ago
Christoph Ruegg
d9fd546808
Native: resource files and headers
11 years ago
Christoph Ruegg
9991f7fbc8
Merge branch 'cuda'
11 years ago
Christoph Ruegg
26d1dce65f
Merge pull request #307 from cuda/native
Minor Native Tweaks
11 years ago
Justin Needham
10abeebde6
Better code formatting for test vector
11 years ago
Justin Needham
cbc6c2cdb5
Authored Proposed fix for handling small-width buckets
11 years ago