Gael Guennebaud
|
a2d414f568
|
move the blas.h header to blas/ and remove declaration of function returning a complex
|
2011-10-19 16:29:43 +02:00 |
|
Gael Guennebaud
|
b3e43246bc
|
BTL: add a Eigen-blas backend
|
2011-03-23 11:00:31 +01:00 |
|
Gael Guennebaud
|
3e2314dd67
|
forgot to include this file in previous commit (needed for lapack)
|
2011-02-18 11:32:39 +01:00 |
|
Gael Guennebaud
|
f5f288b741
|
split level 1 and 2 implementation files into smaller ones and fix a couple of numerical and tricky issues discovered by the lapack test suite
|
2010-11-22 18:49:12 +01:00 |
|
Gael Guennebaud
|
8ad1f64e0a
|
some cleaning in blas level 2
|
2010-11-19 17:22:43 +01:00 |
|
Gael Guennebaud
|
68f8519327
|
implement HER and HER2 blas routines
|
2010-11-19 16:51:52 +01:00 |
|
Gael Guennebaud
|
fd88d721d2
|
implement proper error handling in level 3 routines
|
2010-11-03 22:03:12 +01:00 |
|
Gael Guennebaud
|
0cae73d1eb
|
add the prototype of all level2 functions
|
2010-10-08 23:31:57 +02:00 |
|
Gael Guennebaud
|
2a820d41df
|
finish/fix level1 blas, all test pass
|
2010-07-17 13:49:43 +02:00 |
|
Gael Guennebaud
|
cbd6fe323c
|
fix a couple a issue with blas (new TRMM api, and enforece column major)
|
2010-07-16 23:30:06 +02:00 |
|
Gael Guennebaud
|
28e64b0da3
|
email change
|
2010-06-24 23:21:58 +02:00 |
|
Gael Guennebaud
|
a7b9250ad0
|
blas interface: fix compilation, fix GEMM, SYMM, TRMM, and TRSM,
i,e., they all pass the blas test suite. More to come
|
2010-03-01 19:06:07 +01:00 |
|
Hauke Heibel
|
b08d5b2d2c
|
Even more NestByValue cleanup...
|
2009-12-01 13:16:51 +01:00 |
|
Hauke Heibel
|
2bf354da80
|
Much more NestByValue cleanup.
|
2009-12-01 11:51:22 +01:00 |
|
Gael Guennebaud
|
04dc63776a
|
add a wip blas library built on top of Eigen. TODO:
- write extentive unit tests (maybe this already exist in other projects)
- the level2 functions still have to be implemented
|
2009-09-25 13:08:39 +02:00 |
|