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
Jurgen Van Gael
7cd5f92098
Changed the Vector API to make methods more functional programming friendly.
16 years ago
Jurgen Van Gael
37bd9b67de
Reformatting of Vector.Norm and Vector.Normalize code.
16 years ago
Marcus Cuda
66253d695d
words added to the dictionary
16 years ago
Marcus Cuda
e5cff395ea
style cop fix
16 years ago
Marcus Cuda
b06cfe4175
io: added matlab reader
matrix: added general version of matrix norms - need to add dense and sparse specific
16 years ago
Marcus Cuda
2838a63876
io: ported delimited writer. added support for different cultures and column headers
16 years ago
Marcus Cuda
fbb3f2a716
io: ported delimited reader. made it generic, added support for different cultures, and fixed regex bug
16 years ago
Marcus Cuda
3acc531b83
added io directory
16 years ago
Marcus Cuda
8e0edaf2f1
io: moving io code into main project
16 years ago
Christoph Ruegg
e3c06722dd
separate Version.cs T4 script for silverlight project (alternative would be to link directly to Numerics' Version.cs file)
16 years ago
Marcus Cuda
832c626cea
factor: Merged Andriy's factorization code for user defined matrices
16 years ago
Marcus Cuda
91fa17a0f0
lu: merged Andriy's LU additions
16 years ago
Abratiychuk
f9647af27d
Implemented Matrix Rank, ConditionNumber, Determinant, Inverse.
Finished LU in ManagedLinearAlgebraProvider
16 years ago
Marcus Cuda
03f613852e
added missing commit
16 years ago
Marcus Cuda
95fe9321db
tweaked work[0] return value
16 years ago
Marcus Cuda
b61a1a97b9
svd: merged Andriy's svd code and qr work array update
16 years ago
Marcus Cuda
66adcfdd9a
fixed matrix norm signature
16 years ago
Marcus Cuda
abdd45416c
fixed typo
16 years ago
Marcus Cuda
27425a8952
removed unnecessary virtual
16 years ago
Marcus Cuda
f89831ebea
added Andriy's Householder QR, added ISolver, and fixed stylecop warnings
16 years ago
Marcus Cuda
c62ba47988
merged Andriy's sparse optimizations
a little clean up
16 years ago
Christoph Ruegg
17b847f891
Tests: User-defined Matrix/Vector now copy provided array in ctor, fixing failing LA Permutation unit tests
16 years ago
Christoph Ruegg
2b3c8d8407
LinearAlgebra: permutation indices no longer static
16 years ago
Christoph Ruegg
aa971b484c
simplify silverlight support for the Serializable attribute
16 years ago
Christoph Ruegg
e34947c627
fixing bug in abstract RNG base for range-limited integers
16 years ago
Christoph Ruegg
730f23c3bb
tweak R# to not use redundant this qualifier
16 years ago
Marcus Cuda
e1a8a4a303
fixed comments
16 years ago