Christoph Ruegg
e3b57532d1
Financial: online indicator implementations
11 years ago
Christoph Ruegg
ad9c25fbeb
Financial: ATR indicator minor cleanup
11 years ago
unknown
9e4f1bab3a
Missing comments added
11 years ago
unknown
c88069aae0
Added atr indicator and sma indicator
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
Justin Needham
62300406df
Added Unit tests that fail current bucket sorting algorithm
11 years ago
Christoph Ruegg
d96e72df1a
Native: prepare build integration for CUDA native provider
11 years ago
Marcus Cuda
644ea702de
added support for infinity
11 years ago
Christoph Ruegg
f58f6a3fff
Native: split native provider resources to allow individual versioning
11 years ago
Christoph Ruegg
c0a94944d6
Native: uniform test compilation symbols
11 years ago
borfudin
d29b1f0d42
Fixing a comment warning.
11 years ago
borfudin
fd945979e4
Removing a temporary project and fixing a memory leak.
11 years ago