Marcus Cuda
6eb9bca773
fixed bug in sparse matrix parsing
14 years ago
Marcus Cuda
3bab47b19a
Merge branch 'master' into zlib
14 years ago
Marcus Cuda
9851d536e1
removed extra memory stream
14 years ago
Christoph Ruegg
c3527ff6d5
Merge pull request #74 from cuda/mkl-linux
fixed naming inconsistency and added missing inline to lapack_common
14 years ago
Marcus Cuda
2782913139
replaced zlib.net with DeflateStream
14 years ago
Marcus Cuda
758a4b9553
fixed naming inconsistency and added missing inline to lapack_common
14 years ago
Christoph Ruegg
b7d079e049
Merge pull request #73 from cuda/mkl-linux
Mkl linux
14 years ago
Marcus Cuda
43870918a2
fixed typo
14 years ago
Marcus Cuda
60406513b3
added linux build script and tweaked code to compile on Ubuntu
14 years ago
Christoph Ruegg
430c334b62
Merge pull request #72 from cuda/mkl
more mkl tweaks
14 years ago
Marcus Cuda
291006be34
updated resource file - version and copyright
14 years ago
Marcus Cuda
ac11d04f99
Bug MKL x64 LANGE routine, using managed for matrix norms until it is fixed
added missing lapack_common.h
tweaked linker settings to statically link openmp library
14 years ago
Christoph Ruegg
0a54d4b236
Merge pull request #71 from cuda/mkl
minor cleanup on mkl project
14 years ago
Marcus Cuda
3243c2c015
minor cleanup - libiomp is now copied from intel's redist directory, added a common array clone function, and moved ipiv functions to a header file
14 years ago
Christoph Ruegg
38fade8a84
Update README (consistent with website) #69
14 years ago
Christoph Ruegg
c86f777b80
Merge pull request #68 from ArtyomBaranovskiy/statistics-kurtosis
Statistics: DescriptiveStatistics Kurtosis fix, I18N test fix
14 years ago
Artyom Baranovskiy
52806e4450
Fix formula for computing kurtosis (provided by
machinelearning.ru)
14 years ago
Artyom Baranovskiy
7dd31a162d
Implement test case for DescriptiveStatistics which proves
that it computes kurtosis incorrectly for large samples
14 years ago
Artyom Baranovskiy
7d546cec00
Fix parse double exception which occures if you try to run tests in
environment with Non-English default locale
14 years ago
Christoph Ruegg
44f832d4a2
Merge pull request #66 from cuda/missing
added missing app.config file
14 years ago
Marcus Cuda
db16bd6acd
added missing app.config file
14 years ago
Christoph Ruegg
83a0c15ac0
Statistics: DescriptiveStatistics.Median now obsolete
Median always requires a at least a second pass, for exact evaluation of
unsorted data even to keep all data in memory (depending on
implementation). There is thus no advantage in including it in
DescriptiveStatistics, dropping it will instead make it more useful
and perform much better (both runtime and memory usage).
14 years ago
Christoph Ruegg
136bdbb113
Special Functions: modified bessel & struve functions
Also extracted evaluation functions into dedicated Evaluation class.
14 years ago
Christoph Ruegg
2aabaddb82
Special Functions: move files together
14 years ago
Christoph Ruegg
6dbbf9e857
Special Functions: declare alglib version to clarify compatible licensing
14 years ago
Christoph Ruegg
1e53f9be07
Tests: drop unit tests for now obsolete use cases
14 years ago
Christoph Ruegg
7e420d62c2
Merge pull request #65 from cuda/nativefix
some cleanup and fixes for the native code
14 years ago
Marcus Cuda
58a580b6a8
tweaked tests to pass (they should have passed before but there might be an issue with the precision class comparing really small numbers)
14 years ago
Marcus Cuda
fb7b2dcd82
added force symmetric helper methods so we can get the EVD solve tests to pass
14 years ago
Marcus Cuda
b22b5a20aa
fixed QR thin solve bug
native QR full now returns the full Q matrix
14 years ago
Marcus Cuda
a5e97e59ca
removed console.writeline
14 years ago
Marcus Cuda
53294d32e2
made UseLinearAlgebraProvider an assembly attribute so it applies to all tests
commented on the norm calcuation in the MKL provider. there seems to be a bug in zlange. contacted intel
14 years ago
Marcus Cuda
5d923d0e99
norm test with work arrays now actually pass a work array
14 years ago
Marcus Cuda
d26d41e848
removed redundant code in lapack.cpp, using gels for all qr solving (dropping gelsy)
14 years ago
Marcus Cuda
30381a1fab
removed old providers and added missing qr thin tests
14 years ago
Marcus Cuda
80cc160085
linked to more tests in the native project
14 years ago
Christoph Ruegg
2d34167160
Tests: NUnit HintPaths
14 years ago
Christoph Ruegg
258b2fcce2
Portable: fix test output paths
14 years ago
Christoph Ruegg
4e122689de
Merge branch 'fspowerpack'
14 years ago
Christoph Ruegg
47300d4afe
Portable: F# unit tests (targetting .Net 4.5)
14 years ago
Christoph Ruegg
513c33c90b
Build: simplify compilation symbols
14 years ago
Christoph Ruegg
c65f6e952c
Cosmetics, more eol whitespace
14 years ago
Christoph Ruegg
b4da72e6f5
F#: single precision complex32 type, in addition to double precision complex
14 years ago
Christoph Ruegg
618a4b6498
F#: Complex: cleanup, no need to reimplement everything, module more thorough
14 years ago
Christoph Ruegg
e24c1c25ff
Cleanup: file names, kill eol whitespace
14 years ago
Christoph Ruegg
c266045b32
Complex: Work around numeric instability in System.Numeric Complex.Sqrt
14 years ago
Christoph Ruegg
f5b6500668
Realign complex types with System.Numerics
14 years ago
Gustavo Guerra
d44ac6f7a2
Replace full BigInteger implementation with extension to add the Parse method in Portable version
14 years ago
Gustavo Guerra
0aa78338f9
Make RandomVariable more idiomatic and move it out of the global Math.Numerics namespace
14 years ago
Gustavo Guerra
1e7c60cb8e
Convert FSharpUnitTests to NUnit + latest FSUnit
14 years ago