aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* bug #556: workaround mingw bug with -O3 or -fipa-cp-cloneGravatar Gael Guennebaud2013-07-05
* Fix bug #611: diag * sparse * diagGravatar Gael Guennebaud2013-07-05
* Use true compile-time branching in SparseVector::assign to handle automatic t...Gravatar Gael Guennebaud2013-07-05
* Fix unresolved typename bug for MSVCGravatar Desire NUENTSA2013-07-04
* Add missing namespace prefix in pconjGravatar Gael Guennebaud2013-07-03
* Fix some doxygen errors and warnings.Gravatar Jitse Niesen2013-07-02
* doc: Mention vec=vec.head(n) in aliasing page.Gravatar Jitse Niesen2013-07-02
* Fix bicgstab for complexes, and avoid a duplicate computationGravatar Gael Guennebaud2013-07-02
* Improve BiCGSTAB robustness: fix a divide by zero and allow to restart with a...Gravatar Gael Guennebaud2013-07-01
* Add missing sparse matrix constructor from sparse self-adjoint views, and add...Gravatar Gael Guennebaud2013-06-28
* Fiw bug #553: add support for sparse matrix time sparse self-adjoint view pro...Gravatar Desire NUENTSA2013-06-28
* Fix bug #611: fix const qualifier in cwiseProduct(sparse,dense) and SparseDia...Gravatar Gael Guennebaud2013-06-28
* Fix bug #626: add assertion on input ranges for coeff* and insert members for...Gravatar Gael Guennebaud2013-06-28
* bug #626: add compiletime check of the Options template parameter of SparseMa...Gravatar Gael Guennebaud2013-06-28
* Fix bug #554: include unistd.h before checking the presence of posix_memalign.Gravatar Gael Guennebaud2013-06-26
* Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...Gravatar Gael Guennebaud2013-06-25
* fix casting from double* to void* in SuperLU and Cholmod supportGravatar Gael Guennebaud2013-06-24
* CwiseUnaryView should not inherit no_assignment_operator!Gravatar Gael Guennebaud2013-06-24
* fix compilation of ArrayBase::transposeInPlaceGravatar Gael Guennebaud2013-06-24
* bug #620: fix robustness issue in JacobiSVD::solve (also fix a perf. issue)Gravatar Gael Guennebaud2013-06-24
* Fix bug #590: NEON Duplicate lane loadGravatar Simon Pilgrim2013-06-23
* Fix a couple of warningsGravatar Gael Guennebaud2013-06-21
* Disable ASM comments on non x86 architecture and do not redfine if EIGEN_ASM_...Gravatar Gael Guennebaud2013-06-21
* Add missing using std::pow in lpNorm.Gravatar Gael Guennebaud2013-06-21
* 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