aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Fixed division by zero corner case in array unit test.Gravatar Hauke Heibel2012-03-09
* rm cC++11 featuresGravatar Gael Guennebaud2012-03-09
* Adding an interface to PaStiX, the multithreaded and distributed linear solverGravatar Desire NUENTSA2012-03-08
* Improved the unit tests for setLinSpaced.Gravatar Hauke Heibel2012-03-07
* Fixed setLinSpaced for size==1.Gravatar Hauke Heibel2012-03-07
* Added support for component-wise pow (equivalent to Matlab's operator .^).Gravatar Hauke Heibel2012-03-07
* Added support for scalar / array division.Gravatar Hauke Heibel2012-03-02
* update unit test for Simplicial-CholeskyGravatar Gael Guennebaud2012-02-28
* fix and clean Pardiso solver and s/PARDISOSupport/PardisoSupportGravatar Gael Guennebaud2012-02-27
* add unit tests for analyzePatter/factorize APIGravatar Gael Guennebaud2012-02-27
* fix symmetric permuatation for mixed storage ordersGravatar Gael Guennebaud2012-02-27
* Add test in BiCGSTAB for ILUTGravatar Desire NUENTSA2012-02-10
* Update the PARDISO interface to match other sparse solvers.Gravatar Gael Guennebaud2012-02-04
* remove unused variablesGravatar Gael Guennebaud2012-02-03
* shutup floating point underflow warning for this specific unit testGravatar Gael Guennebaud2012-01-31
* fix some compilation errors with ICC and -strict-ansiGravatar Gael Guennebaud2012-01-31
* add the possibility to assemble a SparseMatrix object from a random list of t...Gravatar Gael Guennebaud2012-01-28
* fix bug #410: fix a possible out of range access in EigenSolverGravatar Gael Guennebaud2012-01-25
* workaround ICC compilation error with -strict-ansiGravatar Gael Guennebaud2012-01-25
* LLT: improve rankUpdate to support downdates,Gravatar Gael Guennebaud2012-01-23
* added functions to allow for cwise min/max operations with scalar argument (b...Gravatar Abraham Bachrach2012-01-11
* pushed too fast the previous oneGravatar Gael Guennebaud2011-12-23
* the previous test works for Dynamic sizes onlyGravatar Gael Guennebaud2011-12-23
* add a reconstruction testGravatar Gael Guennebaud2011-12-23
* fix bug #398, the quaternion returned by slerp was not always normalized,Gravatar Gael Guennebaud2011-12-23
* fix compilation of sparse_basic unit test for complexesGravatar Gael Guennebaud2011-12-23
* evaluate 1D sparse expressions into SparseVector and make the sparse operator...Gravatar Gael Guennebaud2011-12-22
* add aliasing test for sparse*sparse productGravatar Gael Guennebaud2011-12-20
* fix bug #394: innerVector::nonZeros() was broken for uncompressed modeGravatar Gael Guennebaud2011-12-20
* Remove evaluators for 2.1 release.Gravatar Jitse Niesen2011-12-14
* add cholmod_support unit testsGravatar Gael Guennebaud2011-12-10
* feature 297: s/intersectionPoint/pointAt, fix documentation, add a unit testGravatar Gael Guennebaud2011-12-10
* feature 319: Add update and downdate functionality to LDLTGravatar Tim Holy2011-12-09
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* fix min/max clash with clang's header by including fstream beforehandGravatar Gael Guennebaud2011-12-08
* fix bug #294: add a diagonal() method to SparseMatrix (const)Gravatar Gael Guennebaud2011-12-04
* fix bug #341: trisove on MappedSparseMatrixGravatar Gael Guennebaud2011-12-04
* fix bug #356: fix TriangularView::InnerIterator for unit diagonalsGravatar Gael Guennebaud2011-12-04
* add ReverseInnerIterators to loop over the elements in reverse order,Gravatar Gael Guennebaud2011-12-03
* Sparse matrix insertion:Gravatar Gael Guennebaud2011-12-02
* remove GSL dependency in the unit testsGravatar Gael Guennebaud2011-12-01
* add more support for uncompressed modeGravatar Gael Guennebaud2011-11-30
* bug #383 - another c++11-user-defined-literal fixGravatar Marc Glisse2011-11-27
* Bugs 157 and 377 - General tightening/testing of vectorwise ops:Gravatar Benoit Jacob2011-11-18
* [Geometry/AlignedBox] New typedefs, like for Core/MatrixGravatar Dennis Schridde2011-11-09
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12
* Add test for Matrix(x, y) ctor static assert added in previous changesetGravatar Benoit Jacob2011-11-06
* fix a couple of warnings in the unit testsGravatar Gael Guennebaud2011-11-05
* bug #365 - Add test for non-usage of B0Gravatar Benoit Jacob2011-10-31
* bug #369 - Quaternion alignment is brokenGravatar Benoit Jacob2011-10-31