aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* sync with default branchGravatar Gael Guennebaud2010-07-22
|\
| * fix SparseView: clean the nested matrix typeGravatar Gael Guennebaud2010-07-22
| * Unified LinSpaced in order to be conform with other setter methods as e.g. Co...Gravatar Hauke Heibel2010-07-22
* | 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
|\ \
* | | extend vectorization_logicGravatar Gael Guennebaud2010-07-08
| | * Included tests for middleRows() and middleCols()Gravatar Manoj Rajagopalan2010-06-29
| | * add support for determinant on empty matrixGravatar Gael Guennebaud2010-07-19
| | * fix sum()/prod() on empty matrix making sure this does not affect fixed sized...Gravatar Gael Guennebaud2010-07-16
| | * add support for strictly triangular matrix in trmm though it is not really us...Gravatar Gael Guennebaud2010-07-15
| | * use dummy_precision by default instead of 0Gravatar Gael Guennebaud2010-07-14
| |/
| * * generalize rowmajor by vectorGravatar Gael Guennebaud2010-07-10
|/
* 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