Christoph Ruegg
7fac4c61e6
Tests: restructure test build targets
8 years ago
Christoph Ruegg
bc3cd95dfd
Build: upgrade to NUnit 3.2.1 and revert usage of extern alias as no longer needed
10 years ago
Christoph Ruegg
b866a4cb32
Build: try migrating to NUnit v3.2 (from v2)
Includes a workaround for a type collision when using NUnit3's .Net 2.0
build on .Net 3.5, see nunit/nunit#1349 for details.
Leverage Paket file-dependencies for FsUnit instead of NuGet packages
since it makes sense and the FsUnit NuGet package no longer supports
.Net 3.5. Partially migrate to FsUnitTypes where possible.
Since every unit test file had to be touched anyway, also fixes file headers
where they were broken.
No longer commit packages folder (.gitignore). Use restore.cmd to restore.
10 years ago
Christoph Ruegg
36a46bd7fc
Cleanup: no longer mention CodePlex in file headers, deprecate its release archive
10 years ago
Christoph Ruegg
a0a861e790
LA: phase out Vector.CreateMatrix/CreateVector (no longer needed)
13 years ago
Christoph Ruegg
8bfcab62ed
LA: Move all from .Generic namespace to parent namespace
13 years ago
Christoph Ruegg
261bac8e3e
LA: drop pointless null-checks around operators; drop their tests
13 years ago
Christoph Ruegg
0219fb75c2
LA: Vector construction consistent with matrix
13 years ago
Christoph Ruegg
1e53f9be07
Tests: drop unit tests for now obsolete use cases
14 years ago
Christoph Ruegg
78a933aaf3
LA: migrate vectors to storage classes (major)
14 years ago
Marcus Cuda
689ecea716
fix for issue #52
14 years ago
Christoph Ruegg
7798dba82f
Unit Tests: Linear algebra vectors: arighmetic theories (failing, gh-18)
15 years ago
Christoph Ruegg
45ed83ac12
Unit Tests: added sparse vector unit tests confirming gh-18.
15 years ago
Abratiychuk
3f470bc0bc
Fixed unit tests for Silverlight
Signed-off-by: abratiychuk <18.05.2011>
15 years ago
Marcus Cuda
7a1a0fc8f1
tests: added Andriy's ported NUnit tests and tweaked them for the solver changes
16 years ago
Marcus Cuda
17d5941ea2
added andriy's single LA
16 years ago
Marcus Cuda
cbd321574f
andriy's conversion to a generic matrix
16 years ago
Marcus Cuda
9ba1fcc556
merged andriy's changes
16 years ago
Jurgen Van Gael
941f0ca790
Added sparse interface to the F# front-end.
Fixed unit tests for new functional friendly vector interface.
16 years ago
Marcus Cuda
c62ba47988
merged Andriy's sparse optimizations
a little clean up
16 years ago
Marcus Cuda
a6572fa189
sparse: merge Andriy's additions
16 years ago
Jurgen Van Gael
510fa2c4c1
Small incremental changes.
Added F# DenseMatrix.initRow and DenseMatrix.initCol
Renamed PointWiseXXX to PointwiseXXX
Added Matrix.SetRow and Matrix.SetCol
16 years ago
Marcus Cuda
57e590dc3b
sparse: added the latest of Andriy's changes
added sparse vector to the SilverLight project
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
Christoph Ruegg
7c21d36316
Unit Tests: updated headers, minor clean up
16 years ago
Marcus Cuda
4e02d674f0
vector: fixed test bug that was changing a value in the test data
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
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
0a36643112
vector: added creatematrix method
17 years ago
Marcus Cuda
720abbdb74
Vector: Added array constructor - keeps a reference, does not make a copy
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
844ad6a51f
Vector: added subtraction and corrected addition interface in ILinearAlgebra
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago
Marcus Cuda
4abb536ea0
Linear Algebra: Started implement DenseVector
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago