aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* update inverse unit test to highlight another bug in SSE 4x4 inversion codeGravatar Gael Guennebaud2010-08-24
* fix inversion of 4x4 unaligned matricesGravatar Gael Guennebaud2010-08-24
* add TriangularMatrix::conjugate to be consistent since we have adjointGravatar Gael Guennebaud2010-08-23
* Matrix product refactoring (rhs products only).Gravatar Hauke Heibel2010-08-19
* add missing specialization for vector * selfadjointGravatar Gael Guennebaud2010-08-19
* * disable unalignment detection when vectorization is not enabledGravatar Gael Guennebaud2010-08-18
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* merge the backoutGravatar Benoit Jacob2010-08-11
|\
| * Backed out changeset 40f6e26a247976ba1868520a4747e49e0739a42aGravatar Benoit Jacob2010-08-11
* | Removed debug outputs.Gravatar Hauke Heibel2010-07-28
|/
* allow vectorization of mat44.col() by adding a InnerPanel booleanGravatar Gael Guennebaud2010-07-23
* 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