aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Fix compilation with GCCGravatar Gael Guennebaud2014-09-29
* Introduce a generic InnerIterator classes compatible with evaluators.Gravatar Gael Guennebaud2014-09-29
* Avoid comparisons between different index types.Gravatar Gael Guennebaud2014-09-29
* Using StorageIndexType for loop assigning initial permutation. Adding assert ...Gravatar Georg Drenkhahn2014-09-22
* Using Index instead of hard coded int type to prevent potential implicit inte...Gravatar Georg Drenkhahn2014-09-22
* Using Index instead of hard coded int type to prevent potential implicit inte...Gravatar Georg Drenkhahn2014-09-22
* 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
* Add missing return derived() in ArrayBase::operator=Gravatar Gael Guennebaud2014-09-28
* Fix bug #884: No malloc for zero-sized matrices or for Ref without temporariesGravatar Christoph Hertzberg2014-09-25
* Fix nested_eval<Product<> > which wrongly returned a Product<> expressionGravatar Gael Guennebaud2014-09-24
* member_redux constructor is explicit too. Renamed some typedefs for more cons...Gravatar Christoph Hertzberg2014-09-23
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* bug #879: fix compilation of tri1=mat*tri2 by copying tri2 into a full tempor...Gravatar Gael Guennebaud2014-09-22
* Merged in kmargar/eigen (pull request PR-84)Gravatar Christoph Hertzberg2014-09-22
|\
| * 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
* | bug #100: add support for explicit scalar to Array conversion (as enable impl...Gravatar Gael Guennebaud2014-09-19
* | 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 MSVC compilation issue (shadow issue)Gravatar Gael Guennebaud2014-09-16
* | Add a portable log2 function for integersGravatar Gael Guennebaud2014-09-17
* | Workaround MSVC ICEGravatar Gael Guennebaud2014-09-16
* | Avoid a potential risk of recursive definition using traits to get he scalar ...Gravatar Gael Guennebaud2014-09-15
* | Favor column major storage for inner productsGravatar Gael Guennebaud2014-09-14
* | Re-enable aliasing checks when using evaluatorsGravatar Gael Guennebaud2014-09-14
* | Adapt changeset 51b3f558bb76c11149fc64971db786798f1b692cGravatar Gael Guennebaud2014-09-14
* | Fix /= when using evaluator as in changeset 2d90484450f3934db3f5db39ef37967fb...Gravatar Gael Guennebaud2014-09-14
* | merge with default branchGravatar Gael Guennebaud2014-09-14
|\ \
| | * First time it compiles, but fails to pass the tests.Gravatar Konstantinos Margaritis2014-09-09
* | | Fix compilation of coeff(Index) on sub-inner-panelsGravatar Gael Guennebaud2014-09-08
* | | merge with default branchGravatar Gael Guennebaud2014-09-01
|\ \ \
* | | | Implement the missing bits to make Solve compatible with sparse rhsGravatar Gael Guennebaud2014-09-01
| | | * Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
* | | | mergeGravatar Gael Guennebaud2014-08-29
|\ \ \ \
* \ \ \ \ merge default branchGravatar Gael Guennebaud2014-08-29
|\ \ \ \ \ | | |_|_|/ | |/| | |
* | | | | undef Unsable macroGravatar Gael Guennebaud2014-08-29
| | | | * Fix bug #852: define Traits type in general_matrix_matrix_product when EIGEN_...Gravatar Kevin Locke2014-08-08
| | | | * mat/=scalar was transformed into mat*=(1/scalar) thus laking accuracy. This w...Gravatar Gael Guennebaud2014-09-10
| | | | * ArrayWrapper and MatrixWrapper classes should not be nested by reference.Gravatar Gael Guennebaud2014-09-10
| | | | * fix for MKL_BLAS not defined in MKL 11.2Gravatar Yan Zhou2014-09-08
| | | | * Fix bug #822: outer products needed linear access, and add respective unit testsGravatar Gael Guennebaud2014-09-08