aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* bug #71: enable vectorization of diagonal products in more cases.Gravatar Gael Guennebaud2013-06-18
* Implement mixed static/dynamic-size .block() (bug #579)Gravatar Jitse Niesen2013-06-18
* Fix compilation issue with some compilers (when doing using Base::foo;, foo m...Gravatar Gael Guennebaud2013-06-18
* Fix documentation typoGravatar Rhys Ulerich2013-06-17
* Fix HouseholderSequence::conjugate() and ::adjoint() and add respective unit ...Gravatar Gael Guennebaud2013-06-17
* Make psqrt works with numeric_limits<float>::minGravatar Gael Guennebaud2013-06-14
* Fix bug #613: psqrt was incorrect for small numbersGravatar Jeff Dean2013-06-13
* Fix copy constructor signatureGravatar Gael Guennebaud2013-06-12
* Remove meaningless explicit qualifierGravatar Gael Guennebaud2013-06-12
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Fix warning: explicitely initialize all member of IOFormatGravatar Gael Guennebaud2013-06-12
* Add default value for IsRepeatable in functor_traitsGravatar Gael Guennebaud2013-06-12
* Add missing dependency in SparseSholesky headerGravatar Gael Guennebaud2013-06-11
* Fix bug in SparseLU dfs for dense matricesGravatar Desire NUENTSA2013-06-11
* Fix bug #588 : Compute a determinant using SparseLUGravatar Desire NUENTSA2013-06-11
* Add support with unit test for off-diagonal sparse matrix viewsGravatar Desire NUENTSA2013-06-11
* Fix bug #583: add compile-time check that DenseIndex is signedGravatar Gael Guennebaud2013-06-10
* Fix bug #591: minor optimization in NEON vectorization supportGravatar Simon Pilgrim2013-06-10
* Fix bug #598: add explicit cast to Scalar typeGravatar Gael Guennebaud2013-06-10
* Fix bug #599: add missing documentation of some members in QR module.Gravatar Gael Guennebaud2013-06-10
* HouseholderSequence should expose standard enums (Rows/Cols, etc.))Gravatar Gael Guennebaud2013-06-10
* 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
* 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
* 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
* 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 bug #482: pass scalar value by const reference (it remained a few cases)Gravatar 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
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10