Christoph Ruegg
d0b93b247a
LA: Perf, drop some range checks
14 years ago
Marcus Cuda
b22b5a20aa
fixed QR thin solve bug
native QR full now returns the full Q matrix
14 years ago
Christoph Ruegg
56b1c8f68b
LA: rename matrix Data property for consistency (non-breaking)
14 years ago
Christoph Ruegg
78a933aaf3
LA: migrate vectors to storage classes (major)
14 years ago
Marcus Cuda
fe9e158777
added thin qr
14 years ago
Christoph Ruegg
6f122ed0b6
LA: avoid some redundant range checks (perf)
14 years ago
Christoph Ruegg
5e72d7e5dc
Cosmetics, code quality
14 years ago
Andrew Kazyrevich
622e5277f3
Minor improvement. Exception messages for matrix dimensions now tell you the values (in addition to a mere 'dimensions must match' we had before).
15 years ago
Marcus Cuda
ee933111e3
native: fixed several native interface bugs
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
16 years ago
Marcus Cuda
de4eb2a7a5
native: added Cholesky solve and removed redundant number of B parameter from its interface
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
2cf99d8184
commented out CommonParallel.Aggregate modified the affected code
16 years ago
Marcus Cuda
269f246509
factor: merged Anrdiy's parallel Cholesky code and improved QR
16 years ago
Marcus Cuda
ac152578c2
clean up: more bug fixes and added intermediate, type specific factorization classes
16 years ago
Marcus Cuda
d9bbaa4a90
refactored the Vector classes to use an intermediate, type specific class
16 years ago
Marcus Cuda
82dec46518
merged Andriy's EVD improvements and Poisson distribution
16 years ago
Marcus Cuda
0b619d2b85
merged andriy's eigen code for single, complex, and complex32
16 years ago
Marcus Cuda
8585733257
la: added Andriy's complex32 LA code
16 years ago