Jurgen Van Gael
c9d86d856f
Small fix of the Silverlight project (included the LU factorizations).
16 years ago
Jurgen Van Gael
8d4c4c4792
Forgot to add the Permutation class.
16 years ago
Jurgen Van Gael
6242f534fd
Added Permutation class.
Added Matrix.PermuteRows and Matrix.PermuteColumns.
Further implementation of LU decomposition.
16 years ago
Jurgen Van Gael
9755692cf8
Small additions to LU and initial unit tests.
17 years ago
Marcus Cuda
75f938d903
lu: added missing methods
16 years ago
Marcus Cuda
116d4c0a13
vector: fixed outer product parallel bug
16 years ago
Jurgen Van Gael
e946954ec4
Started implementing LU decomposition.
17 years ago
Marcus Cuda
8f8a23e7a2
vector: corrected pointwise methods
16 years ago
Marcus Cuda
7e698cd2b7
vector: minor cleanup of Hany's additional vector methods
16 years ago
Hani Medhat
f213e9988b
Added:
AbsoluteMinimum()
AbsoluteMinimumIndex()
GetSubVector() - rename SubVector()
Maximum()
MaximumIndex()
Minimum()
MimumIndex()
Sum()
SumMagnitudes()
SetValues()
DyadicProduct()
Random()
TensorMultiply()
16 years ago
Hani Medhat
85158f00d1
Added:
AbsoluteMinimum()
AbsoluteMinimumIndex()
SubVector()
16 years ago
Hani Medhat
24333feeb0
Added Append, Stack, DiagonalStack, Trace to Matrix class.
Added PointWiseMultiply to abstract vector class.
16 years ago
Hani Medhat
6d4ad02f93
Restoing things back
16 years ago
Hani Medhat
5f7709e7e1
Commiting again
16 years ago
Hani Medhat
8eeec77fca
adding new file
16 years ago
Hani Medhat
e0102ac489
trying to commit
16 years ago
Hani Medhat
692cde5eb4
Test github
16 years ago
Marcus Cuda
4d85acb19e
fixed typo
16 years ago
Abratiychuk
16ee5688d7
Added SparseVector implementation and Unit tests for it
16 years ago
Marcus Cuda
3420d73995
Fixed bug pointed out by Andriy Bratiychuk
16 years ago
Marcus Cuda
90e810e452
added zlib for matlab
16 years ago
Marcus Cuda
b5b14af52f
added skeleton IO project for Matlab, CSV, MatrixMarket, and Excel readers/writers
16 years ago
Marcus Cuda
44bded2c7b
added LA to siliverlight
switched LA parallel to CommonParallel class
16 years ago
Jurgen Van Gael
bd25eac58b
Parallelized Cholesky Solve.
Bug Fix in Cholesky factorization.
Unit tests for Cholesky Solve on random matrices.
17 years ago
Jurgen Van Gael
3405d9339f
Added Cholesky solve.
Updated T3 to use .NET 4.0.
17 years ago
Jurgen Van Gael
f837c295cd
Added Matrix.Transpose with unit tests.
Renamed all Decompositions to Factorizations.
Moved some Cholesky methods from DenseCholesky.cs to Cholesky.cs.
Added unit test which Cholesky factorizes a random pd matrix.
17 years ago
Jurgen Van Gael
02bf380d43
Renaming directories.
17 years ago
Jurgen Van Gael
6b1fdc5132
Added Cholesky factorization.
17 years ago
Jurgen Van Gael
7f747ad1f3
Added static initializer for identity matrix.
17 years ago
Marcus Cuda
d796e452a3
fixed silverlight errors
17 years ago
Christoph Ruegg
722b9736c4
Numerics: udated headers (sorry for the code churn..)
17 years ago
Christoph Ruegg
7c21d36316
Unit Tests: updated headers, minor clean up
17 years ago
Christoph Ruegg
6ed18ee78a
Number Theory: Gcd/Egcd/Lcm for BigInteger
17 years ago
Jurgen Van Gael
3351c5c150
Added slides on Math.Net which can be used for documentation and presentation purposes.
17 years ago
Jurgen Van Gael
666c02ff56
Fixed bug in NormalGamma distribution.
Added documentation to StudentT distribution.
17 years ago
Jurgen Van Gael
f612db93a1
Fixed a bug in the StudentT sampler.
Reworked the unit tests for sampling methods to be more accurate.
17 years ago
Jurgen Van Gael
ad6cbbebd8
Added CumulativeDistribution for the StudentT distribution.
Added unit tests for the StudentT distribution.
Added sampling methods for the normal gamma distribution.
17 years ago
Jurgen Van Gael
35f24d1a4c
Removed redundant parameters in Dirichlet distribution unit tests.
Added unit tests for the NormalGamma distribution.
Expect different exception in Beta distribution unit tests.
17 years ago
Jurgen Van Gael
7045536a9c
Added unit tests for the NormalGamma distribution.
Added setters for MeanLocation and MeanScale.
17 years ago
Jurgen Van Gael
e3d4c58cdc
Added more unit tests for the StudentT distribution.
Added sampling methods for the StudentT distribution.
17 years ago
Jurgen Van Gael
c66021cd15
More unit tests for StudentT distribution.
17 years ago
Jurgen Van Gael
e0ba8f3aa7
Added NormalGamma distribution.
17 years ago
Jurgen Van Gael
ef7a3e8ee7
Added StudentT distribution.
17 years ago
Jurgen Van Gael
56a1f49c2e
Revert "Removed redundancy in F# project files."
This reverts commit da13cb97bf96c97362a2a5168bb34fc4819825e5.
17 years ago
Jurgen Van Gael
0572a7a3d1
Removed redundancy in F# project files.
17 years ago
Marcus Cuda
5c6d6e71db
added missing using statment
17 years ago
Marcus Cuda
fe5147fcda
using common parallel class for both silverlight and .NET 4.0
17 years ago
Marcus Cuda
d8f580b8b8
fixed style cop errors in the complex files
17 years ago
Marcus Cuda
2b516b03e5
switched over to the 2010 Parallel class
17 years ago
Marcus Cuda
abb46af960
synced up complex code to use the .NET 4.0 Complex class
oved the Silverlight project to Silverlight 4 RC2 - needed to support the .NET 4.0 complex class
17 years ago