aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* 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
* fix more variable-set-but-not-used warnings on gcc 4.6Gravatar Benoit Jacob2011-10-31
* Fix some unused-variable warnings with GCC 4.6Gravatar Benoit Jacob2011-10-30
* update sparse*sparse product: the default is now a conservative algorithm pre...Gravatar Gael Guennebaud2011-10-24
* move DynamicSparseMatrix to SparseExtraGravatar Gael Guennebaud2011-10-24
* bug #363 - add test for integer overflow in size computationsGravatar Benoit Jacob2011-10-16
* add a unit test for permutation applied to sparse objectsGravatar Gael Guennebaud2011-10-11
* Fix bug #286: Infinite loop in JacobiSVD with denormalsGravatar Jitse Niesen2011-09-27
* Bug fix for matrix1 * matrix2 * scalar1 * scalar2.Gravatar Jitse Niesen2011-09-19
* Fix LDLT::solve() if matrix singular but solution exists (bug #241).Gravatar Jitse Niesen2011-09-11
* add the possibility to reserve room for inner vector in SparseMatrixGravatar Gael Guennebaud2011-09-08
* Fix failures in redux test caused by underflow in .prod() test.Gravatar Jitse Niesen2011-08-21
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19