1475 Commits (optimization-3)
 

Author SHA1 Message Date
Christoph Ruegg e9bc0ba6ff build: update SHFB paths to match new build server (temp hack, need dynamic paths) 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
Christoph Ruegg a78792d636 trying get T4 running on Windows Server 2003 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 61e595c252 build: more tweaking for codeplex idiosyncrasies 17 years ago
Marcus Cuda f9f6bbb61d build: corrected dll directory for ncover 17 years ago
Marcus Cuda d5ef68e967 build: testing cc.net 17 years ago
Marcus Cuda c3bdbde738 build take 2: added CodePlex upload and tweet release 17 years ago
Marcus Cuda b086555976 build: adding CodePlex API DLL so we can upload new releases from msbuild 17 years ago
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. 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 7183766fd1 build: corrected gallio reference when running ncover 17 years ago
Marcus Cuda a6e980ec8e vector: Added conversion operators to DenseVector 17 years ago