aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* now that we properly support mixing real-complex: clean mixingtypes testGravatar Gael Guennebaud2010-07-22
* fix storage order requestGravatar Gael Guennebaud2010-07-20
* report a true assert when not checking for an assertionGravatar Gael Guennebaud2010-07-20
* it appears only the "on the left" case was testedGravatar Gael Guennebaud2010-07-20
* update mixing type testGravatar Gael Guennebaud2010-07-15
* update unit test for new APIGravatar Gael Guennebaud2010-07-15
* add support for mixing type in trsvGravatar Gael Guennebaud2010-07-13
* syncGravatar Gael Guennebaud2010-07-10
|\
| * * generalize rowmajor by vectorGravatar Gael Guennebaud2010-07-10
* | extend vectorization_logicGravatar Gael Guennebaud2010-07-08
|/
* typoGravatar Gael Guennebaud2010-07-07
* extend product unit testsGravatar Gael Guennebaud2010-07-07
* add a unit test for previous bugGravatar Gael Guennebaud2010-07-06
* add a unit test for conj_helper and ei_pconjGravatar Gael Guennebaud2010-07-06
* fix rangeGravatar Gael Guennebaud2010-07-06
* add intitial support for the vectorization of complex<float>Gravatar Gael Guennebaud2010-07-05
* char is not necessarily signed....Gravatar Gael Guennebaud2010-07-05
* improve packetmath unit test for sum reductionsGravatar Gael Guennebaud2010-07-05
* fix nomalloc_2 issues with ICC and gcc 4.0.1 (and speed up compilation ;) )Gravatar Gael Guennebaud2010-07-04
* Relaxed precision test.Gravatar Hauke Heibel2010-07-04
* Fixed annoying CMake - Qt warning.Gravatar Hauke Heibel2010-07-03
* slightly raise the threshold used in this test to accomodate results obtained...Gravatar Benoit Jacob2010-06-30
* Fixed nullary test not passing on Core DuoGravatar Carlos Becker2010-06-30
* fix bad testsGravatar Gael Guennebaud2010-06-28
* add mixed sparse-dense outer productGravatar Gael Guennebaud2010-06-25
* Fix use of nesting types in SparseTranspose and split the big SparseProduct.h...Gravatar Gael Guennebaud2010-06-25
* email changeGravatar Gael Guennebaud2010-06-24
* makes sure to test small sizesGravatar Gael Guennebaud2010-06-24
* - add a low level mechanism to provide preallocated memory to gemmGravatar Gael Guennebaud2010-06-24
* bug fix in gemv:Gravatar Gael Guennebaud2010-06-24
* unit test fix for default to row majorGravatar Gael Guennebaud2010-06-24
* fix vectorization logic testGravatar Gael Guennebaud2010-06-24
* fix compilation when default to row majorGravatar Gael Guennebaud2010-06-24
* add missing typenameGravatar Gael Guennebaud2010-06-22
* forgot to include this file in my previous commitGravatar Gael Guennebaud2010-06-22
* The intrin.h header needs to be included after cmath in order to prevent warn...Gravatar Hauke Heibel2010-06-21
* Added missing typename.Gravatar Hauke Heibel2010-06-21
* More Index related stuff.Gravatar Hauke Heibel2010-06-21
* Compilation fix.Gravatar Hauke Heibel2010-06-21
* This does hopefully really raise the warning/error limit.Gravatar Hauke Heibel2010-06-21
* Finally fixed the matrix function/exponential warning.Gravatar Hauke Heibel2010-06-20
* Next try - more Index fixes.Gravatar Hauke Heibel2010-06-20
* Still fixing warnings.Gravatar Hauke Heibel2010-06-20
* Fix compilation of some tests as well as more warnings.Gravatar Hauke Heibel2010-06-20
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* More Index realted warnings.Gravatar Hauke Heibel2010-06-20
* Silence index warnings in triangular unit test.Gravatar Hauke Heibel2010-06-20
* Silence indexing warning.Gravatar Hauke Heibel2010-06-20
* fix array_comp *= array_realGravatar Gael Guennebaud2010-06-20
* add missing support for std::pow(array,scalar)Gravatar Gael Guennebaud2010-06-19