Marcus Cuda
fe9e158777
added thin qr
14 years ago
Marcus Cuda
1f51db7325
updated MKL reference to newest version
14 years ago
Marcus Cuda
600168de67
fixed delete bug codeplex bug 5701
14 years ago
Marcus Cuda
919fc757ce
fixed transpose enum name and added directions to build the native provider.
15 years ago
Marcus Cuda
4c856982f1
native: fixed bug converting enum to char
15 years ago
Marcus Cuda
bc1d9df3bc
native: finished acml provider - needs more testing
15 years ago
Marcus Cuda
28ac162287
native: using MKL_INT in MKL provider and renamed common template to norm
15 years ago
Marcus Cuda
944c79c721
native: switched to f2c defined integers
15 years ago
Marcus Cuda
4306a730d4
native: change the gotoblas wrapper to use the dll build and lapack interface
15 years ago
Marcus Cuda
720f90cc66
native: reorg'ed and started ACML provider
15 years ago
Marcus Cuda
1713db411a
added GotoBLAS2 provider class.
15 years ago
Marcus Cuda
01671115f9
gotoblas now compiles, but there is a dependency problem with gfortran. reorg'ed the files a bit
15 years ago
Marcus Cuda
9a37b3c9a5
native: started GotoBLAS2 wrapper - BLAS compiles
15 years ago
Marcus Cuda
404e4c6ec2
native: added unit tests for other data types and a bunch of bug fixes
15 years ago
Marcus Cuda
6beb3b6ace
native: added QR solve, tweaking the provider interface as needed
15 years ago
Marcus Cuda
aba8c988cb
native: added QR factor
15 years ago
Marcus Cuda
de4eb2a7a5
native: added Cholesky solve and removed redundant number of B parameter from its interface
15 years ago
Marcus Cuda
d25e59247e
native: lapack routines now return information about why they failed if they fail.
15 years ago
Marcus Cuda
60f4ee5cc5
native: added LU solve
api: removed the LU solve methods with the transpose option from LA provider interface for consistency with other solvers
added SecuritySafeCritical and SecurityCritical attributes native provider and p/invoke methods
15 years ago
Marcus Cuda
4628fc4de6
started lu solve
15 years ago
Marcus Cuda
eb7e86f2f0
native: added lu inverse
16 years ago
Marcus Cuda
e2ef47c574
fixed native scale bugs and added pointwise divide
16 years ago
Marcus Cuda
6dd11db923
updated MKL wrapper project to NUnit and MKL 10.3
16 years ago
Marcus Cuda
df73c6e828
native: added lu
bug:BulirschStoerRationalInterpolation was always returing NaN
16 years ago
Marcus Cuda
d799b5611c
silverlight: added Silverlight test project. Silverlight didn't work with the abstract test class so the tests will need to be refactored not to use them
16 years ago
Marcus Cuda
07162fb76f
native: finished matrix norms
16 years ago
Marcus Cuda
544b77faa3
native: started adding Norm
16 years ago
Marcus Cuda
68685906a4
native: reorg'ed the native code
matrix:made the internal data array public on the dense matrices
tests:started using MSTest for the provider tests
16 years ago
Marcus Cuda
691cd446b5
matrix: finished added native multiplication and some other minor fixes
16 years ago
Marcus Cuda
e31585f91f
matrix: fixed matrix multiplication bug where the call was doing an multiply and update, not just a multiply
build: corrected the default build task
fixed some stylecop errors
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
b61f6df24d
LA providers: reworked how the tests setup
17 years ago
Marcus Cuda
ea6063272f
added x_scale routine and correted style cop errors
17 years ago
Marcus Cuda
3e4fbb3103
setup native wrapper testing framework
17 years ago
Marcus Cuda
026a657c99
added x64 build settings for MKL
17 years ago
Marcus Cuda
1734aec782
don't need to test _WINDOWS if only being used on Windows
17 years ago
Marcus Cuda
4a8658fddc
just getting the x86 native libraries to compile
17 years ago
Marcus Cuda
8672951779
added Serializable attribute to AggregateException
removed unnecessary VS solutions
17 years ago
Marcus Cuda
654abcd9c3
added empty wrapper projects
Signed-off-by: Marcus Cuda <marcus@cuda.net>
17 years ago