aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Assign.h
Commit message (Expand)AuthorAge
* Added missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2017-02-28
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Re-enable aliasing checks when using evaluatorsGravatar Gael Guennebaud2014-09-14
* Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a...Gravatar Gael Guennebaud2014-06-25
* merge with default branchGravatar Gael Guennebaud2014-06-20
|\
| * Fix 128bit packet size assumptions in unit tests.Gravatar Gael Guennebaud2014-04-18
* | A bit of cleaningGravatar Gael Guennebaud2014-03-13
* | Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
* | Hide legacy dense assignment routines with EIGEN_TEST_EVALUATORSGravatar Gael Guennebaud2014-03-10
* | Deal with automatic transposition in call_assignment, fix a few shortcomingsGravatar Gael Guennebaud2014-02-17
|/
* fix broken commitGravatar Gael Guennebaud2013-11-07
* Add an option to test evaluators globallyGravatar Gael Guennebaud2013-11-07
* Add nvcc support for small eigenvalues decompositions and workaround lack of ...Gravatar Gael Guennebaud2013-08-01
* merge with main branchGravatar Gael Guennebaud2013-07-17
|\
| * Simplify and generalize assign_selector logicGravatar Gael Guennebaud2013-06-10
| * Fix bug #607: handle implicit transposition from sparse vector to dense vectorGravatar Gael Guennebaud2013-06-10
* | merge with default branchGravatar Gael Guennebaud2013-04-19
|\|
| * Fix a couple of int versus Index issues.Gravatar Gael Guennebaud2013-04-09
* | Add support for NVCC5: most of the Core and part of LU are callable from CUDA...Gravatar Gael Guennebaud2013-02-07
|/
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* workaround ICC compilation error with -strict-ansiGravatar Gael Guennebaud2012-01-25
* add the possibility to specialize assign_impl and still call the default impl...Gravatar Gael Guennebaud2011-08-18
* 'fix' a couple of clang -Wconstant-logical-operand warnings (still not convin...Gravatar Benoit Jacob2011-02-22
* fix a segfault in "slice vectorization" when the destination might not be ali...Gravatar Gael Guennebaud2011-02-18
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* * fix SelfCwiseBinaryOp traits and handling of mixed typesGravatar Gael Guennebaud2010-07-19
* fix SliceVectorizedTraversal for packetsize==1Gravatar Gael Guennebaud2010-07-08
* scalars fitting in a single packet requires more work, step 1Gravatar Gael Guennebaud2010-07-08
* email changeGravatar Gael Guennebaud2010-06-24
* fix #139, exactly the same issue as #138, this time in Assign.h: const Index ...Gravatar Benoit Jacob2010-06-16
* Really fix #123.Gravatar Hauke Heibel2010-06-14
* Fixes bug #123.Gravatar Hauke Heibel2010-06-14
* change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in...Gravatar Benoit Jacob2010-02-27
* mergeGravatar Benoit Jacob2010-02-26
|\
| * Fixed perf problems for vector subtraction: inlining wasn't always happening ...Gravatar nerbonne2010-02-26
* | * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...Gravatar Benoit Jacob2010-02-26
* | DenseBase::IsRowMajor now takes the special case of vectors into account.Gravatar Benoit Jacob2010-02-25
* | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
* | miserable half-working state, commiting to a fork just in case, just to perfectGravatar Benoit Jacob2010-02-18
|/
* fix one useless temp & copyGravatar Gael Guennebaud2010-02-09
* *forward port fix in MapBase::coeff(int) and coeffRef(int)Gravatar Benoit Jacob2010-01-27
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * remove debug output. sorry!Gravatar Benoit Jacob2010-01-02