Marcus Cuda
555c8c701d
build: forcing SHFB not use relative paths since it dies from cc.net
17 years ago
Marcus Cuda
02d1fb0739
build: fixed typo in build file
17 years ago
Marcus Cuda
c4772018f2
build: added full target (release with coverage) and fixed sandcastle referecen in SHFB config
17 years ago
Marcus Cuda
ac4b49a3ab
build: now includes copyright and help
17 years ago
Marcus Cuda
08c2041806
build: creates base release file
17 years ago
Marcus Cuda
26bdfa854e
updated version of MSBuild Extension Pack
17 years ago
Jurgen Van Gael
d1769e8e31
Added unit tests for matrix with scalar multiplication.
17 years ago
Jurgen Van Gael
db6092aec0
Matrix multiplication with scalar.
17 years ago
Jurgen Van Gael
1bed10dba5
Split matrix class into different files.
17 years ago
Jurgen Van Gael
f2d325e3b1
Reorganize matrix unit test files.
17 years ago
Marcus Cuda
2c9b74ab92
added automatically generated version template
17 years ago
Marcus Cuda
3a00d5fa59
removed sandcastle
17 years ago
Jurgen Van Gael
aae4bbf064
Added matrix matrix multiplication unit tests.
Fixed bug in matrix multiplication.
17 years ago
Jurgen Van Gael
a8b66050c0
Added vector Dot product.
17 years ago
Jurgen Van Gael
2eb986c6a9
Added unit tests for matrix multiply.
17 years ago
Jurgen Van Gael
1b20b266a3
Added matrix multiplication
Added Matrix.GetRow
Added Matrix.GetColumn
Added Matrix.GetRow unit tests
Added Matrix.GetColumn unit tests
17 years ago
Jurgen Van Gael
5b3ee6feb6
Documentation fixes.
17 years ago
Jurgen Van Gael
4032628f10
Added matrix-matrix multiplication.
17 years ago
Marcus Cuda
b61f6df24d
LA providers: reworked how the tests setup
17 years ago
Marcus Cuda
4e02d674f0
vector: fixed test bug that was changing a value in the test data
17 years ago
Marcus Cuda
82b9369e87
removed unnecesary almostequals
17 years ago
Marcus Cuda
d8020ba990
vector: added missing operators to DenseVector, added missing tests, and fixed the Gallio bug in the build file
17 years ago
Marcus Cuda
ca361c5d73
vector: fixed CopyTo bug and added IEnumerable test
17 years ago
Marcus Cuda
568505e0f3
added missing user defined matrix tests
17 years ago
Marcus Cuda
52e58d6abd
matrix: corrected CopyTo and StyleCop errors
17 years ago
Marcus Cuda
6279060784
vector: corrected unit tests to use CreateVector
17 years ago
Marcus Cuda
7183766fd1
build: corrected gallio reference when running ncover
17 years ago
Marcus Cuda
a6e980ec8e
vector: Added conversion operators to DenseVector
vector: added ToArray, ToColumnMatrix, and ToRowMatrix methods to the Vector class
vector: corrected execption parameter order in DenseVector
17 years ago
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