aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)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
| | | | | | | | * fix weird compilation error when constructing a matrix with a row by matrix product
* | 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 ↵Gravatar Benoit Jacob2010-06-30
| | | | obtained with gcc 4.1
* 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 ↵Gravatar Gael Guennebaud2010-06-25
| | | | SparseProduct.h file
* 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
| | | | - ensure static allocation for the product of "large" fixed size matrix
* bug fix in gemv:Gravatar Gael Guennebaud2010-06-24
| | | | | solution always use a temporary in dst.innerStride != 1 even though this is not needed when packet_size == 1....
* 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 ↵Gravatar Hauke Heibel2010-06-21
| | | | | | warnigns. Fixed (hopefully) final Index realted warnings.
* 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
| | | | Index fixes.
* 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 index warnings in FFT module.
* 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
|