aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* simplify and speedup sparse * dense matrix productsGravatar Gael Guennebaud2012-03-01
* allow null elements in sparse assignmentsGravatar Desire NUENTSA2012-02-29
* fix MKL interface with LLT::rankUpdateGravatar Gael Guennebaud2012-02-28
* update unit test for Simplicial-CholeskyGravatar Gael Guennebaud2012-02-28
* fix assertion conditionGravatar Gael Guennebaud2012-02-27
* SimplicialCholesky*: s/LLt/LLT and s/LDLt/LDLT for consistency with dense namesGravatar Gael Guennebaud2012-02-27
* fix a couple of warningsGravatar Gael Guennebaud2012-02-27
* add analyzePattern/factorize API to iterative solvers and basic preconditionersGravatar Gael Guennebaud2012-02-27
* 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
* declare a ReverseInnerIterator in sparse CwiseBinaryOp. These ReverseInnerIte...Gravatar Gael Guennebaud2012-02-23
* bug #419: Add spaces between adjacent > in template argumentsGravatar Christoph Hertzberg2012-02-15
* SSOR is not there yetGravatar Gael Guennebaud2012-02-19
* clean a bit the ILUT codeGravatar Gael Guennebaud2012-02-14
* add Eigen::Array support to GDB pretty printersGravatar Rhys Ulerich2012-02-11
* <complex> must be included firstGravatar Gael Guennebaud2012-02-10
* some cleaning and add copyrightsGravatar Gael Guennebaud2012-02-10
* Add test in BiCGSTAB for ILUTGravatar Desire NUENTSA2012-02-10
* Split the computation of the ILUT into two stepsGravatar Desire NUENTSA2012-02-10
* Add the implementation of the Incomplete LU preconditioner with dual threshol...Gravatar Desire NUENTSA2012-02-10
* Modify the LinSpaced function to take only the two boundsGravatar Desire NUENTSA2012-02-10
* Modify the symmetric permutation to deal with nonsymmetric matricesGravatar Desire NUENTSA2012-02-10
* suppress generation of TEMPLATE_RELATIONS: they are useful but take much too ...Gravatar Gael Guennebaud2012-02-09
* fix bug #417: Map should be nested by value, not by referenceGravatar Gael Guennebaud2012-02-09
* Add a tutorial page on the Map class, and add a section to FunctionsTakingEig...Gravatar Tim Holy2012-02-08
* fix bug #415: wrong return in Rotation2D::operator*=Gravatar Gael Guennebaud2012-02-08
* Adding support for twistedby on SparseMatrixBaseGravatar Desire NUENTSA2012-02-08
* Improve performance of some Transform<> operations by better preserving the a...Gravatar Gael Guennebaud2012-02-07
* Added tag 3.1.0-alpha2 for changeset fe0350cf1bb635f4967f2b5d17fe7b25a07065daGravatar Gael Guennebaud2012-02-06
* bumpGravatar Gael Guennebaud2012-02-06
* fix a dozen of warnings with MSVC, and get rid of some useless throw()Gravatar Gael Guennebaud2012-02-06
* fix conjugation in packet_lhsGravatar Gael Guennebaud2012-02-05
* Update the PARDISO interface to match other sparse solvers.Gravatar Gael Guennebaud2012-02-04
* add the recent setFromTriplets() feature in the manualGravatar Gael Guennebaud2012-02-04
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix compilation errors with ICCGravatar Gael Guennebaud2012-02-03
* stop disabling this legitimate warning, recall that in the following the cons...Gravatar Gael Guennebaud2012-02-03
* remove unused variablesGravatar Gael Guennebaud2012-02-03
* fix ctest -D Foo with MSVC 2008Gravatar Gael Guennebaud2012-02-03
* Enable Eigen to compile on 'pure C/C++' Gcc environment (with no inline assem...Gravatar Zuiquan2012-02-02
* shutup floating point underflow warning for this specific unit testGravatar Gael Guennebaud2012-01-31
* the default ctor had no sense because of the const reference memberGravatar Gael Guennebaud2012-01-31
* add missing return *thisGravatar Gael Guennebaud2012-01-31
* rm non standard and useless overloads of is_arithmetic for long longGravatar Gael Guennebaud2012-01-31
* proper C++ castingGravatar Gael Guennebaud2012-01-31
* fix a few warnings: change of sign and missing return statementGravatar Gael Guennebaud2012-01-31
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* workaround "empty macro argument" warningGravatar Gael Guennebaud2012-01-31
* add .data() member to Diagonal<>Gravatar Gael Guennebaud2012-01-31