Christoph Ruegg
f514b8b796
Fix old URLs in a few file headers
10 years ago
Christoph Ruegg
207a08eb9e
LA Provider: maintain excluded ACML & GotoBLAS providers, minor cleanup
13 years ago
Christoph Ruegg
8111e739df
LA Provider: move to Providers namespace
13 years ago
Christoph Ruegg
e44454ef94
Build: No longer impersonate System.Numerics to avoid conflicts; introduce new build flags for more flexible config: NOSYSNUMERICS, NATIVEMKL
13 years ago
Christoph Ruegg
b8461a384c
Build: Portable project now using wildcards to catch all files - no more need for manual update
13 years ago
Marcus Cuda
960149224f
removed t4 templates
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
34bc517324
native: added SVD and modified the linear algebra provider as needed
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
16 years ago
Marcus Cuda
d25e59247e
native: lapack routines now return information about why they failed if they fail.
16 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
16 years ago
Marcus Cuda
4628fc4de6
started lu solve
16 years ago
Marcus Cuda
eb7e86f2f0
native: added lu inverse
16 years ago
Marcus Cuda
df73c6e828
native: added lu
bug:BulirschStoerRationalInterpolation was always returing NaN
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
f4b3f0c6bf
native: a little more reorganizing and stylecop cleanup
16 years ago
Christoph Ruegg
94e1ebf093
minor: tweaking time formatting in T4 templates
16 years ago
Jurgen Van Gael
3405d9339f
Added Cholesky solve.
Updated T3 to use .NET 4.0.
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
b540acb3fe
adding dot product
17 years ago
Marcus Cuda
ea6063272f
added x_scale routine and correted style cop errors
17 years ago
Marcus Cuda
41935128ae
added complex32 type to native provider templates
17 years ago
Marcus Cuda
113eff6241
added code generatation warning
17 years ago
Marcus Cuda
2402a563df
started code generation templates native providers
17 years ago