Jurgen Van Gael
|
87b7bc0af2
|
Updated native code generation to work with updated provider interface.
|
17 years ago |
Jurgen Van Gael
|
d27833fd5e
|
Added a matrix multiplication algorithm.
|
17 years ago |
Jurgen Van Gael
|
585203507f
|
Ported managed linear algebra algorithms for vector manipulation.
|
17 years ago |
Jurgen Van Gael
|
c19e0c535b
|
Implemented managed matrix routines: addition, subtraction and pointwise multiplication.
|
17 years ago |
Marcus Cuda
|
41935128ae
|
added complex32 type to native provider templates
|
17 years ago |
Marcus Cuda
|
5f804e3c1e
|
managed provider addes empty ILinearAlgebraProvider mehtods for the thee currenly supported types
|
17 years ago |
Marcus Cuda
|
44c258e975
|
added compound SVD and QR solve
|
17 years ago |
Marcus Cuda
|
3e4a31ec8a
|
fixed the QR methods to be more work better with the managed provider
|
17 years ago |
Marcus Cuda
|
2503155bc7
|
flushed out linear algebra provider interface
|
17 years ago |
Marcus Cuda
|
1d8645c15e
|
Removed the Algorithm factory, now just registering the providers in the Control class
Made the managed provider public
|
17 years ago |
Marcus Cuda
|
36b0498e6d
|
Removed AlmostZero and add reference to the NIST test data in the unit tests project
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
dd2a8328a9
|
Changed Task class to not extend WaitHandle since there can only be at most 64 waithandles
There is still an issues with too many semaphores being created
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
|
882a48e040
|
Vector: Added addition methods
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
1c07cacf5f
|
started sketching linear algebra algos. trying out the individual provider approach
modified Resharper settings to match StyleCop on typeof spacing
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Marcus Cuda
|
4ccfa45871
|
Project merging: renamed projects
Signed-off-by: Marcus Cuda <marcus@cuda.net>
|
17 years ago |
Jurgen Van Gael
|
e592d262cc
|
More unit tests.
Added Erfc and ErfcInv.
Fixed StyleCop problems.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |
Jurgen Van Gael
|
281c02756f
|
Added Erf tests.
Fixed erf implementation.
Signed-off-by: Christoph Ruegg <git@cdrnet.ch>
|
17 years ago |