292 Commits (52ada09bd99ab3622aa466ffc602fa732011dc26)

Author SHA1 Message Date
Marcus Cuda 52ada09bd9 tests: added missing file 16 years ago
Marcus Cuda 691cd446b5 matrix: finished added native multiplication and some other minor fixes 17 years ago
Marcus Cuda b475b85b31 matrix: MatrixMultiply now call MatrixMultiplyWithUpdate 17 years ago
Marcus Cuda e31585f91f matrix: fixed matrix multiplication bug where the call was doing an multiply and update, not just a multiply 17 years ago
Marcus Cuda 432ef04018 tests: updated matrix multiple tests so that they pass 17 years ago
Marcus Cuda a6a56dfcbc native wrappers: finished wrapping cholesky factor, dot product, and vector add/subtract/pointwisemultiply. Works with MKL, but I'm unable to build ATLAS on Windows 7. 17 years ago
Marcus Cuda c1c3b95477 native wrappers: wrapped cholesky, dot product, and added add/subtract/multiple vector functions for MKL 17 years ago
Marcus Cuda bda5b94b18 linear algebra: parallel dot product 17 years ago
Marcus Cuda fd516b1f3c linear algebra: modified cholesky to run inplace (removed copying to another array) 17 years ago
Marcus Cuda a7a4b67d8b linear algebra: started provider implementing tests 17 years ago
Marcus Cuda e371298455 silverlight: thread queue defaults to 1 thread since Silverlight doesn't support Enviroment.ProcessorCount 17 years ago
Marcus Cuda a78f202b2c threading: fixed shutdown bug. 17 years ago
Marcus Cuda d6f2df404b silverlight: added missing link to Matrix.Arithmetic.cs 17 years ago
Christoph Ruegg b52cb7b3be Threading UnitTests: force 15s timeout on all tests 17 years ago
Christoph Ruegg de523740e1 Threading UnitTests: ensure recursive parallelization resolve tests end within a fixed time, to let them fail in case the tested detection actually fails to resolve the dead-lock. 17 years ago
Jurgen Van Gael e9d8de0631 Negate unit tests. 17 years ago
Jurgen Van Gael aff732abda More unit tests. 17 years ago
Jurgen Van Gael ddb6b8ef57 Added unit tests for Matrix.CopyTo. 17 years ago
Jurgen Van Gael d3674e3f56 Added matrix negation. 17 years ago
Jurgen Van Gael 04dc82a306 Unit tests for matrix vector multiplication. 17 years ago
Jurgen Van Gael 3931f029aa Added Matrix vector multiplication (including operators). 17 years ago
Jurgen Van Gael c0a1b01b4f Dense matrix scalar multiplication optimization. 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 08c2041806 build: creates base release file 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
Jurgen Van Gael aae4bbf064 Added matrix matrix multiplication unit tests. 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 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 a6e980ec8e vector: Added conversion operators to DenseVector 17 years ago
Marcus Cuda 259cf3b291 updated project files to use newer version of Gallio 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