Christoph Ruegg
|
afc4f7e167
|
Precision: rework/cleanup (major)
|
13 years ago |
Christoph Ruegg
|
2f275c1fb0
|
Build: make whole unit test suite hybrid so it can run against all portable profiles
|
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 |
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
|
a3e51bcc93
|
added andriy's complex 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
|
164f4e1a32
|
Fixed all bugs on Vector and DenseVector for the new functional friendly interface.
|
16 years ago |
Marcus Cuda
|
116d4c0a13
|
vector: fixed outer product parallel bug
|
16 years ago |
Marcus Cuda
|
7e698cd2b7
|
vector: minor cleanup of Hany's additional vector methods
|
16 years ago |
Hani Medhat
|
f213e9988b
|
Added:
AbsoluteMinimum()
AbsoluteMinimumIndex()
GetSubVector() - rename SubVector()
Maximum()
MaximumIndex()
Minimum()
MimumIndex()
Sum()
SumMagnitudes()
SetValues()
DyadicProduct()
Random()
TensorMultiply()
|
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 |