Gael Guennebaud
|
52e0a44034
|
implement GBMV
|
2011-02-02 11:39:13 +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
|
0020ea544a
|
implement HEMV level2 blas routine
|
2010-11-21 10:09:33 +01:00 |
|
Gael Guennebaud
|
e88901daf4
|
implement SYMV level2 blas routines
|
2010-11-21 09:34:41 +01:00 |
|
Gael Guennebaud
|
1ac9124fac
|
implements TRMV level 2 blas routine
|
2010-11-20 23:29:20 +01:00 |
|
Gael Guennebaud
|
8ad1f64e0a
|
some cleaning in blas level 2
|
2010-11-19 17:22:43 +01:00 |
|
Gael Guennebaud
|
ed1ecb24d2
|
implement GERC and GERU blas routines
|
2010-11-19 17:05:24 +01:00 |
|
Gael Guennebaud
|
458637f097
|
implement GER blas routine
|
2010-11-19 17:02:24 +01:00 |
|
Gael Guennebaud
|
68f8519327
|
implement HER and HER2 blas routines
|
2010-11-19 16:51:52 +01:00 |
|
Gael Guennebaud
|
e14f14642d
|
implement SYR and SYR2
|
2010-11-19 16:09:25 +01:00 |
|
Gael Guennebaud
|
0e30c4ae3f
|
blas level2: gemv and trsv are green
|
2010-11-05 14:14:50 +01:00 |
|
Gael Guennebaud
|
62a51184d7
|
merge
|
2010-11-04 08:32:52 +01:00 |
|
Gael Guennebaud
|
fd88d721d2
|
implement proper error handling in level 3 routines
|
2010-11-03 22:03:12 +01:00 |
|
Benoit Jacob
|
4716040703
|
bug #86 : use internal:: namespace instead of ei_ prefix
|
2010-10-25 10:15:22 -04:00 |
|
Gael Guennebaud
|
0cae73d1eb
|
add the prototype of all level2 functions
|
2010-10-08 23:31:57 +02:00 |
|
Gael Guennebaud
|
28e64b0da3
|
email change
|
2010-06-24 23:21:58 +02:00 |
|
Gael Guennebaud
|
f1d3101956
|
blas: add warnings for non implemented functions
|
2010-03-03 09:32:10 +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 |
|