Christoph Ruegg
6d2140e35c
CI: skipping Gendarm until we get hands on .Net 4 capable v2.7 binaries or newer
16 years ago
Christoph Ruegg
90ecab2cb5
CI: fixing F# unit tests path
16 years ago
Christoph Ruegg
f77576ef39
Reducing required precision for L2Norm tests by 1 digit for single precision floats (tests were failing for sparse matrices)
16 years ago
Christoph Ruegg
df56a3e33f
Making unit tests more robust for running on other cultures and system settings
16 years ago
Christoph Ruegg
94681d0c1e
CI: fix unit test paths
16 years ago
Christoph Ruegg
bb0f11ff08
CI: Using VS Solution for compilation again, instead of directly building all projects in MSBuild
16 years ago
Marcus Cuda
ac152578c2
clean up: more bug fixes and added intermediate, type specific factorization classes
16 years ago
Marcus Cuda
03fb79967d
clean up: fixed bugs, made matrix arthimetic immutable, added intermediate, type specific abstract Matrix class. Need to finish cleaning up factorization classes and some tests still faile
16 years ago
Marcus Cuda
fb943d5522
vector: cleaned up the vector class a little more. now starting the matrix class and the factorization classes
16 years ago
Christoph Ruegg
d5b334a9b5
CI: merging TeamCity build files by build config
16 years ago
Christoph Ruegg
28aa338eb2
CI: TeamCity: Preparation build step now using T4 v10.0 instead of v1.2
16 years ago
Christoph Ruegg
71a825d023
CI: TeamCity: Code quality build step (StyleCop,Gendarme)
16 years ago
Christoph Ruegg
296d5846c8
CI: TeamCity: Preparation build step (T4)
16 years ago
Christoph Ruegg
65e0cd4363
CI: TeamCity/Gallio: removing explicit runner extension
16 years ago
Christoph Ruegg
14a985d5e6
CI: TeamCity unittest project
16 years ago
Christoph Ruegg
0aaed98d62
CI: added Gallio NCover integration libs
16 years ago
Christoph Ruegg
af4f6c6dd7
CI: added Gallio TeamCity integration libs
16 years ago
Marcus Cuda
d9bbaa4a90
refactored the Vector classes to use an intermediate, type specific class
16 years ago
Marcus Cuda
2ada5c951b
corrected bug in parsing Complex matrices and added sparse matrix tests
16 years ago
Marcus Cuda
ffa9f92a06
matlab: first take at then new matlab parser, still needs work
16 years ago
Jurgen Van Gael
1b603eb841
Some small documentation changes.
16 years ago
Jurgen Van Gael
96028daee3
Changed TensorProduct name to OuterProduct.
16 years ago
Christoph Ruegg
c46859f541
temporarily fixing Silverlight build by dropping LA IO support
16 years ago
Marcus Cuda
cce4db3843
merged Andriy's distribution additions and corrections
16 years ago
Marcus Cuda
36ccd67603
refactored DelimitedReader
16 years ago
Abratiychuk
e21559ac10
Verified Distributions, added several properties, fixed several properties.
16 years ago
Marcus Cuda
86eefc56b2
changed Complex32.ToString to match Complex.ToString
refactored MatrixWriter and DelimitedWriter
16 years ago
Marcus Cuda
82dec46518
merged Andriy's EVD improvements and Poisson distribution
16 years ago
Marcus Cuda
bfca304aae
added missing parameter check to Xorshift
16 years ago
Marcus Cuda
4b03985805
merged Andriy's Parallel additive lagged Fibonacci RNG
16 years ago
Marcus Cuda
0a12d3a355
switched to mwc version of xorshirt
16 years ago
Marcus Cuda
84762f7109
merged andriy's XOR RNG
16 years ago
Marcus Cuda
0b619d2b85
merged andriy's eigen code for single, complex, and complex32
16 years ago
Marcus Cuda
7caa9b1110
fixed a complex ToString bugs and lowered the accuracy on some of the single precision tests that were failing on x64
16 years ago
Marcus Cuda
32cde68ef0
removed older version of Gallio
16 years ago
Marcus Cuda
4fe613c977
distributions: Vladmir's first take at the distributions
16 years ago
Marcus Cuda
564529b642
la: added Andriy's eigen value decomp code
16 years ago
Marcus Cuda
8585733257
la: added Andriy's complex32 LA code
16 years ago
Marcus Cuda
cdc050d894
added resharper 5.1 setting file
16 years ago
Marcus Cuda
14a3c0bf50
fixed a couple style copy issues
16 years ago
Marcus Cuda
17d5941ea2
added andriy's single LA
16 years ago
Marcus Cuda
a3e51bcc93
added andriy's complex LA
16 years ago
Marcus Cuda
cbd321574f
andriy's conversion to a generic matrix
16 years ago
Marcus Cuda
9ba1fcc556
merged andriy's changes
16 years ago
Marcus Cuda
b17bbf47cc
merged andriy's changes
16 years ago
Marcus Cuda
1a8cce73c6
Merged Andriy's additions as follows:
Added optimized versions of L1, Frobenius, and infinity norms to the dense and sparse matrices
Added a TransposeAndMultiply method to Matrix DenseMatrix, and SparseMatrix
Ported the Gram-Schmidt QR factorization from dnAnalytics
Ported the diagonal matrix from dnAnalytics
Ported the iterative solvers from dnAnalytics
16 years ago
Jurgen Van Gael
941f0ca790
Added sparse interface to the F# front-end.
Fixed unit tests for new functional friendly vector interface.
16 years ago
Jurgen Van Gael
164f4e1a32
Fixed all bugs on Vector and DenseVector for the new functional friendly interface.
16 years ago
Jurgen Van Gael
9f1461aa5b
Bug fixes in the unit tests for the new functional friendly API.
Typo fix: Sparce -> Sparse
16 years ago
Jurgen Van Gael
48454e6094
Updated unit tests to reflect new Vector API.
16 years ago