| Commit message (Expand) | Author | Age |
* | Deal with automatic transposition in call_assignment, fix a few shortcomings | Gael Guennebaud | 2014-02-17 |
* | fix broken commit | Gael Guennebaud | 2013-11-07 |
* | Add an option to test evaluators globally | Gael Guennebaud | 2013-11-07 |
* | Add nvcc support for small eigenvalues decompositions and workaround lack of ... | Gael Guennebaud | 2013-08-01 |
* | merge with main branch | Gael Guennebaud | 2013-07-17 |
|\ |
|
| * | Simplify and generalize assign_selector logic | Gael Guennebaud | 2013-06-10 |
| * | Fix bug #607: handle implicit transposition from sparse vector to dense vector | Gael Guennebaud | 2013-06-10 |
* | | merge with default branch | Gael Guennebaud | 2013-04-19 |
|\| |
|
| * | Fix a couple of int versus Index issues. | Gael Guennebaud | 2013-04-09 |
* | | Add support for NVCC5: most of the Core and part of LU are callable from CUDA... | Gael Guennebaud | 2013-02-07 |
|/ |
|
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | fix static inline versus inline static issues (the former is the correct order) | Gael Guennebaud | 2012-01-31 |
* | workaround ICC compilation error with -strict-ansi | Gael Guennebaud | 2012-01-25 |
* | add the possibility to specialize assign_impl and still call the default impl... | Gael Guennebaud | 2011-08-18 |
* | 'fix' a couple of clang -Wconstant-logical-operand warnings (still not convin... | Benoit Jacob | 2011-02-22 |
* | fix a segfault in "slice vectorization" when the destination might not be ali... | Gael Guennebaud | 2011-02-18 |
* | bug #54 - The big Map const-correctness changes | Benoit Jacob | 2010-12-10 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | * fix SelfCwiseBinaryOp traits and handling of mixed types | Gael Guennebaud | 2010-07-19 |
* | fix SliceVectorizedTraversal for packetsize==1 | Gael Guennebaud | 2010-07-08 |
* | scalars fitting in a single packet requires more work, step 1 | Gael Guennebaud | 2010-07-08 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | fix #139, exactly the same issue as #138, this time in Assign.h: const Index ... | Benoit Jacob | 2010-06-16 |
* | Really fix #123. | Hauke Heibel | 2010-06-14 |
* | Fixes bug #123. | Hauke Heibel | 2010-06-14 |
* | change the value of Dynamic to -1, since the index type is now configurable. | Benoit Jacob | 2010-06-11 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in... | Benoit Jacob | 2010-02-27 |
* | merge | Benoit Jacob | 2010-02-26 |
|\ |
|
| * | Fixed perf problems for vector subtraction: inlining wasn't always happening ... | nerbonne | 2010-02-26 |
* | | * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme... | Benoit Jacob | 2010-02-26 |
* | | DenseBase::IsRowMajor now takes the special case of vectors into account. | Benoit Jacob | 2010-02-25 |
* | | * Implement the ByOuterInner accessors | Benoit Jacob | 2010-02-25 |
* | | miserable half-working state, commiting to a fork just in case, just to perfect | Benoit Jacob | 2010-02-18 |
|/ |
|
* | fix one useless temp & copy | Gael Guennebaud | 2010-02-09 |
* | *forward port fix in MapBase::coeff(int) and coeffRef(int) | Benoit Jacob | 2010-01-27 |
* | Added an ei_linspaced_op to create linearly spaced vectors. | Hauke Heibel | 2010-01-26 |
* | merge and add start/end to Eigen2Support | Gael Guennebaud | 2010-01-05 |
|\ |
|
| * | remove debug output. sorry! | Benoit Jacob | 2010-01-02 |
| * | * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple of | Benoit Jacob | 2010-01-02 |
| * | put the assign assert and debug info before the assignment itself | Benoit Jacob | 2010-01-01 |
| * | fix #76, MayLinearVectorize depends on MaxSizeAtCompileTime and not on MaxInn... | Gael Guennebaud | 2009-12-23 |
* | | merge with default branch | Gael Guennebaud | 2009-12-22 |
|\| |
|
| * | * fix aliasing checks when the lhs is also transposed. At the same time, | Gael Guennebaud | 2009-12-16 |
* | | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation | Gael Guennebaud | 2009-12-04 |
| * | fix bugs, old and new: | Benoit Jacob | 2009-11-18 |
| * | temporarily disable linear traversal. | Benoit Jacob | 2009-11-18 |
| * | Assign.h: add LinearTraversal (non-vectorized index-based traversal) | Benoit Jacob | 2009-11-18 |
|/ |
|