aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Simplify and generalize assign_selector logicGravatar Gael Guennebaud2013-06-10
* Fix bug #605: ambiguous call to std::min when calling .diagonal() on a sparse...Gravatar Gael Guennebaud2013-06-10
* Fix bug #607: handle implicit transposition from sparse vector to dense vectorGravatar Gael Guennebaud2013-06-10
* Add regression test for bug #608Gravatar Gael Guennebaud2013-06-09
* Fix bug #608: the sign computation in LDLT was brokenGravatar Gael Guennebaud2013-06-09
* Fix bug #609: avoid if statement and improve consistency of eulerAngles methodGravatar Gael Guennebaud2013-06-09
* fix unused variable warningGravatar Gael Guennebaud2013-06-09
* Add missing pconj specializationsGravatar Gael Guennebaud2013-05-17
* fix a weird typo I commited in ae76c977041e7584324738a3075d4a926508dd90Gravatar Thomas Capricelli2013-06-03
* Include misc struct declarationsGravatar Desire NUENTSA2013-05-29
* Delete unneeded resize in SparseQRGravatar Desire NUENTSA2013-05-22
* Optimize Sparse setIdentity and add a unit testGravatar Desire NUENTSA2013-05-22
* Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ()Gravatar Desire NUENTSA2013-05-21
* Fix return type of TriangularView::ReverseInnerIterator::operator++Gravatar Gael Guennebaud2013-05-17
* Fix A=A with A a SparseMatrixGravatar Gael Guennebaud2013-05-17
* Disallow implicit scalar conversion of SparseMatrixGravatar Gael Guennebaud2013-05-17
* Fix non const data() member in Array and Matrix wrappers.Gravatar Gael Guennebaud2013-05-16
* Add support in SparseLU to solve with L and U factors independentlyGravatar Desire NUENTSA2013-05-14
* Set back the default ordering method in SPQR supportGravatar Desire NUENTSA2013-05-13
* fix memory leak from Cholmod data in SPQR supportGravatar Desire NUENTSA2013-05-13
* Add missing support for x.noalias() = ReturnByValue<...>Gravatar Gael Guennebaud2013-05-13
* Fix setFromTripplet with empty inputsGravatar Gael Guennebaud2013-05-03
* document the evaluation order of the comma initializerGravatar Gael Guennebaud2013-04-19
* Add a few missing standard functions for ScalarWithExceptions type.Gravatar Gael Guennebaud2013-04-17
* Disable "operands are evaluated in unspecified order" ICC's remarkGravatar Gael Guennebaud2013-04-17
* Extend internal doc of ploaddup and palignGravatar Gael Guennebaud2013-04-17
* Big 564: add hasNaN and isFinite membersGravatar Gael Guennebaud2013-04-16
* Fix a bug in Supernodal Matrix IteratorGravatar Desire NUENTSA2013-04-15
* Fix ICC warning when defining both -ansi and -strict-ansiGravatar Gael Guennebaud2013-04-12
* Fix bug #482: pass scalar value by const reference (it remained a few cases)Gravatar Gael Guennebaud2013-04-12
* generalize testing flags to clang and ICCGravatar Gael Guennebaud2013-04-12
* Fix bug #563: assignement to Block<SparseMatrix> is now allowed on non-compre...Gravatar Gael Guennebaud2013-04-12
* Enable SSE with ICC even when it mimics a gcc version lower than 4.2Gravatar Gael Guennebaud2013-04-11
* workaround strange compilation issue with ICC and -strict-ansiGravatar Gael Guennebaud2013-04-10
* Add temporary check for triangularView += productGravatar Gael Guennebaud2013-04-10
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix a serious bug in handmade_aligned_realloc: original data have to be moved...Gravatar Gael Guennebaud2013-04-10
* Fix missuse of unitialized values in unit testsGravatar Gael Guennebaud2013-04-10
* Remove a useless variable in blueNormGravatar Gael Guennebaud2013-04-10
* bug #564: document the fact that minCoeff/maxCoeff members have undefined beh...Gravatar Gael Guennebaud2013-04-09
* Fix bug #562: add vector-wise normalized and normalize functionsGravatar Gael Guennebaud2013-04-09
* Fix a couple of int versus Index issues.Gravatar Gael Guennebaud2013-04-09
* Add missing epsilon/dummy_precision function in NumTraits<Array>Gravatar Gael Guennebaud2013-04-09
* Fix bug #581: remove useless piece of code is blueNormGravatar Gael Guennebaud2013-04-09
* Replace int by IndexGravatar Desire NUENTSA2013-04-08
* Fixing bug #578. Thanks to Angelos <filiatra@gmail.com>Gravatar Christoph Hertzberg2013-04-03
* elif/elseif typoGravatar Gael Guennebaud2013-03-26
* Fix warning: implicit conversion loses integer precision in SparseMatrix. No ...Gravatar Gael Guennebaud2013-03-20
* adapt AutoDiff to scalar_product_traitsGravatar Gael Guennebaud2013-03-20
* Allow multiplication like binary operators to be applied on type couples supp...Gravatar Gael Guennebaud2013-03-20