aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Correcting the ReturnType in traits<KroneckerProduct<>> to include the correc...Gravatar Georg Drenkhahn2014-09-21
* Replaced hard coded int types with Index types preventing implicit integer co...Gravatar Georg Drenkhahn2014-09-21
* Changed Diagonal::index() to return an Index type instead of int to prevent p...Gravatar Georg Drenkhahn2014-09-21
* Using Kernel::Index type instead of int to prevent possible implicit conversi...Gravatar Georg Drenkhahn2014-09-21
* Fixed compiler warning on implicit integer conversion by separating index typ...Gravatar Georg Drenkhahn2014-09-20
* Fixed warning on implicit integer conversion in test case code by using type ...Gravatar Georg Drenkhahn2014-09-20
* Add missing return derived() in ArrayBase::operator=Gravatar Gael Guennebaud2014-09-28
* New doc page on implementing a new expression class.Gravatar Jitse Niesen2014-09-27
* add VSX identifierGravatar Konstantinos Margaritis2014-09-25
* Fix bug #884: No malloc for zero-sized matrices or for Ref without temporariesGravatar Christoph Hertzberg2014-09-25
* Tridiagonalization::diagonal() and ::subDiagonal() did not work. Added unit-testGravatar Christoph Hertzberg2014-09-24
* Fix nested_eval<Product<> > which wrongly returned a Product<> expressionGravatar Gael Guennebaud2014-09-24
* bug #880: automatically preserves buildtool flags when modifying DartConfigur...Gravatar Gael Guennebaud2014-09-23
* member_redux constructor is explicit too. Renamed some typedefs for more cons...Gravatar Christoph Hertzberg2014-09-23
* Removed FIXME, as it is actually necessary.Gravatar Christoph Hertzberg2014-09-23
* Renamed CwiseInverseReturnType to InverseReturnType for ArrayBase::inverse()Gravatar Christoph Hertzberg2014-09-23
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Suppress stupid gcc-4.4 warningGravatar Christoph Hertzberg2014-09-23
* bug #882: add const-correctness failtests for CwiseUnaryView, TriangularView,...Gravatar Gael Guennebaud2014-09-23
* Add a true ctest unit test for failtestsGravatar Gael Guennebaud2014-09-23
* bug #881: make SparseMatrixBase::isApprox(SparseMatrixBase) exploits sparse c...Gravatar Gael Guennebaud2014-09-22
* bug #880: manually edit the DartConfiguration.tcl file to get it working with...Gravatar Gael Guennebaud2014-09-22
* bug #879: fix compilation of tri1=mat*tri2 by copying tri2 into a full tempor...Gravatar Gael Guennebaud2014-09-22
* Many improvements in Divide&Conquer SVD:Gravatar Gael Guennebaud2014-09-22
* Merged in kmargar/eigen (pull request PR-84)Gravatar Christoph Hertzberg2014-09-22
|\
* | Fix typos in docs for IterativeLinearSolvers moduleGravatar Jitse Niesen2014-09-21
* | Fix copy-and-paste typo in SolveWithGuess assignmentGravatar Jitse Niesen2014-09-21
| * prefetch are noops on VSX, actually disable the prefetch traitGravatar Konstantinos Margaritis2014-09-21
| * Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2014-09-21
| |\
| * | fix compile error on big endian altivecGravatar Konstantinos Margaritis2014-09-21
| * | prefetch are noops on VSXGravatar Konstantinos Margaritis2014-09-21
| * | VSX supports vec_div, implement where appropriate (float/doubles)Gravatar Konstantinos Margaritis2014-09-21
| * | VSX port passes packetmath_[1-5] tests!Gravatar Konstantinos Margaritis2014-09-20
* | | Remove double return statement in PlainObjectBase::_set()Gravatar Jitse Niesen2014-09-19
| |/ |/|
| * 32-bit floats/ints, 64-bit doubles pass packetmath tests, complex 32/64-bit r...Gravatar Konstantinos Margaritis2014-09-19
* | Unify unit test for BDC and Jacobi SVD. This reveals some numerical issues in...Gravatar Gael Guennebaud2014-09-19
* | bug #100: add support for explicit scalar to Array conversion (as enable impl...Gravatar Gael Guennebaud2014-09-19
* | Added tag before-evaluators for changeset 9452eb38f812194a676edc1b9eb9d08b7bc...Gravatar Gael Guennebaud2014-09-19
* | Fix SparseQR for row-major inputs.Gravatar Gael Guennebaud2014-09-19
* | Introduce a compilation error when using the wrong InnerIterator type.Gravatar Gael Guennebaud2014-09-19
* | Fix inner-stride of AlignedVector3Gravatar Gael Guennebaud2014-09-18
* | Update KroneckerProduct wrt evaluator changesGravatar Gael Guennebaud2014-09-18
* | Make MatrixFunction use nested_eval instead of nestedGravatar Gael Guennebaud2014-09-18
* | Add evaluator for the experimental AlignedVector3Gravatar Gael Guennebaud2014-09-18
* | Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* | log2(int) must be inlined.Gravatar Gael Guennebaud2014-09-18
* | workaround one more shadowing issue with MSVCGravatar Gael Guennebaud2014-09-16
* | workaround ambiguous callGravatar Gael Guennebaud2014-09-16
* | workaround MSVC compilation issue (shadow issue)Gravatar Gael Guennebaud2014-09-16
* | workaround weird MSVC compilation issue: a typdedef in a base class shadows a...Gravatar Gael Guennebaud2014-09-16