Marcus Cuda
4ba121fab4
removed Gallio 3.0.6.787
17 years ago
Marcus Cuda
259cf3b291
updated project files to use newer version of Gallio
17 years ago
Marcus Cuda
eb88887972
removed fsharp
17 years ago
Marcus Cuda
4cdae47ff8
added Gallio 3.1.397
17 years ago
Marcus Cuda
93d7074053
fixed stackoverflow bug
17 years ago
Marcus Cuda
b0a4a23d81
vector: added GetIndexedEnumerator
17 years ago
Marcus Cuda
0a36643112
vector: added creatematrix method
17 years ago
Marcus Cuda
4fe35abcd5
change silverlight resource to link to the main projects resources
17 years ago
Marcus Cuda
3f3d0f2629
added missing ArgumentMatrixPositiveDefinite to silverlight project
17 years ago
Jurgen Van Gael
b340fc958c
Fixed design of the matrix methods.
17 years ago
Jurgen Van Gael
41ab904c7f
Added Matrix.Clear method.
17 years ago
Jurgen Van Gael
c9562b7359
Added Add and Subtract methods and operators.
17 years ago
Jurgen Van Gael
4f694b0cf2
Ported MatrixMultiplyWithUpdate implementation
Ported CholeskyFactor implementation for double and float.
17 years ago
Marcus Cuda
fca64d4f0f
now signing silverlight project
17 years ago
Marcus Cuda
1cf455eddc
add silverlight project
17 years ago
Marcus Cuda
65ac0273f9
modified the thread queue to use wait/pulse instead of semaphores
17 years ago
Marcus Cuda
b540acb3fe
adding dot product
17 years ago
Marcus Cuda
ea6063272f
added x_scale routine and correted style cop errors
17 years ago
Jurgen Van Gael
3c3c41bdba
Added constructor for Categorical distribution from Histogram.
17 years ago
Jurgen Van Gael
a2610c7931
Fixed bugs after running the Sample unit tests.
Fixed some spelling mistakes.
Changed the Histogram implementation to make lowerbound exclusive and upper bound inclusive. [http://mathnetnumerics.codeplex.com/Thread/View.aspx?ThreadId=75115 ]
Changed the Histogram implementation so that returned buckets are copies (so that users can't start messing with upper and lower bounds).
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
c4e0fd2b73
Fixed the interface for MatrixMultiplyWithUpdate.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
0dc05c2139
Added a unit test for the distributions.
17 years ago
Jurgen Van Gael
87b7bc0af2
Updated native code generation to work with updated provider interface.
17 years ago
Jurgen Van Gael
d27833fd5e
Added a matrix multiplication algorithm.
17 years ago
Jurgen Van Gael
585203507f
Ported managed linear algebra algorithms for vector manipulation.
17 years ago
Jurgen Van Gael
c19e0c535b
Implemented managed matrix routines: addition, subtraction and pointwise multiplication.
17 years ago
Jurgen Van Gael
11a3485c8c
Documentation fixes.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
dc8b278b91
Ported F# MCMC samples.
17 years ago
Jurgen Van Gael
3ad1c2a207
Ported dnAnalytics Markov Chain Monte Carlo algorithms.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Marcus Cuda
3e4fbb3103
setup native wrapper testing framework
17 years ago
Marcus Cuda
41935128ae
added complex32 type to native provider templates
17 years ago
Marcus Cuda
511b872aed
added complex32 type
17 years ago
Marcus Cuda
5a77e2116e
added missing tests
17 years ago
Marcus Cuda
6f64dc0b3a
added simple log impl
17 years ago
Marcus Cuda
3c8fe6da01
started syncing up the complex api with .NET 4.0
17 years ago
Jurgen Van Gael
72e771abbb
Fixed bugs in distributions.
17 years ago
Jurgen Van Gael
10b2c7f511
Fixed small StyleCop errors.
17 years ago
Jurgen Van Gael
1ce3b42491
Some bug fixes on Binomial, Categorical and Multinomial distributions.
17 years ago
Marcus Cuda
98e16fb607
updated build file to do C Sharp only build to get the build server working again
17 years ago
Marcus Cuda
113eff6241
added code generatation warning
17 years ago
Marcus Cuda
2402a563df
started code generation templates native providers
17 years ago
Marcus Cuda
026a657c99
added x64 build settings for MKL
17 years ago
Marcus Cuda
1734aec782
don't need to test _WINDOWS if only being used on Windows
17 years ago
Marcus Cuda
4a8658fddc
just getting the x86 native libraries to compile
17 years ago
Marcus Cuda
8672951779
added Serializable attribute to AggregateException
removed unnecessary VS solutions
17 years ago
Jurgen Van Gael
5b651f1285
Added Logit and Logistic functions.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
6334379f12
Updated the F# interface to comply with the October 2009 CTP.
Added a DenseMatrix constructor which references an array.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago
Jurgen Van Gael
e0ad31caaf
Fixed some bugs in the DenseMatrix implementation.
17 years ago
Jurgen Van Gael
7f23d8d912
Added initial DenseMatrix implementation.
Ported F# Matrix and DenseMatrix interface.
17 years ago
Jurgen Van Gael
d8b8520409
Added log-normal distribution.
Fixed some F# methods.
Signed-off-by: jvangael <jurgen.vangael@gmail.com>
17 years ago