[eigen3] branch master updated (f25c82b -> abb8346)

Anton Gladky gladk at moszumanska.debian.org
Mon Dec 19 19:47:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

gladk pushed a change to branch master
in repository eigen3.

      from  f25c82b   Update changelog.
      adds  e10f48b   New upstream version 3.3.1
       new  beb151c   Merge tag 'upstream/3.3.1'
       new  ff17329   Refresh patches.
       new  7fd0ba3   Update Upstream-Changelog.
       new  abb8346   Update changelog.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .hg_archival.txt                                   |   6 +-
 .hgtags                                            |   1 +
 CMakeLists.txt                                     |  91 ++++-
 CTestConfig.cmake                                  |   8 +-
 Eigen/src/Core/AssignEvaluator.h                   |  37 +-
 Eigen/src/Core/CwiseBinaryOp.h                     |   1 +
 Eigen/src/Core/Dot.h                               |   4 +-
 Eigen/src/Core/GeneralProduct.h                    |   7 +-
 Eigen/src/Core/PlainObjectBase.h                   |   1 +
 Eigen/src/Core/ProductEvaluators.h                 |   9 +-
 Eigen/src/Core/arch/ZVector/Complex.h              | 222 +++++++++++-
 Eigen/src/Core/arch/ZVector/MathFunctions.h        |  65 +++-
 Eigen/src/Core/arch/ZVector/PacketMath.h           | 386 ++++++++++++++++++++-
 Eigen/src/Core/functors/NullaryFunctors.h          |  11 +-
 Eigen/src/Core/products/GeneralBlockPanelKernel.h  |   2 +-
 Eigen/src/Core/util/Macros.h                       |   2 +-
 Eigen/src/Core/util/Memory.h                       |   2 +-
 Eigen/src/Core/util/Meta.h                         |   8 +-
 Eigen/src/Core/util/XprHelper.h                    |  10 +-
 Eigen/src/QR/ColPivHouseholderQR.h                 |   6 +-
 Eigen/src/SVD/JacobiSVD.h                          |   4 +-
 Eigen/src/SparseCore/SparseBlock.h                 |  15 +-
 Eigen/src/SparseCore/SparseCompressedBase.h        |  12 +-
 Eigen/src/SparseCore/SparseCwiseBinaryOp.h         | 153 +++++---
 Eigen/src/SparseCore/SparseCwiseUnaryOp.h          |  54 ---
 Eigen/src/SparseCore/SparseMatrix.h                |  16 +-
 Eigen/src/SparseCore/SparseRef.h                   |  31 +-
 Eigen/src/SparseCore/SparseTranspose.h             |  12 -
 Eigen/src/SparseLU/SparseLU_gemm_kernel.h          |  69 ++--
 Eigen/src/plugins/ArrayCwiseBinaryOps.h            |  38 --
 Eigen/src/plugins/CommonCwiseBinaryOps.h           |  38 ++
 cmake/Eigen3Config.cmake.in                        |  41 +--
 ...Config.cmake.in => Eigen3ConfigLegacy.cmake.in} |   8 +-
 debian/Changelog_upstream                          |  23 ++
 debian/changelog                                   |   8 +
 debian/patches/02_remove_buildtype_check.patch     |   6 +-
 debian/patches/04_remove_piwik.patch               |   6 +-
 debian/patches/05_remove_html_timestamp.patch      |   6 +-
 debian/patches/06_remove_doc_matrix.patch          |   6 +-
 debian/patches/07_remove_compressed_doc.patch      |   6 +-
 debian/patches/08_fix_path_FindEigen3.patch        |   8 +-
 debian/patches/12_grammer_tweak.patch              |  12 +-
 doc/Manual.dox                                     |   1 +
 doc/PreprocessorDirectives.dox                     |  24 +-
 doc/TopicCMakeGuide.dox                            |  52 +++
 test/array_for_matrix.cpp                          |   6 +
 test/main.h                                        |   2 +-
 test/packetmath.cpp                                |   2 +-
 test/product_extra.cpp                             |  10 +
 test/product_notemporary.cpp                       |   4 +
 test/selfadjoint.cpp                               |  15 +-
 test/sparse_basic.cpp                              |  45 +++
 test/sparse_block.cpp                              |  27 ++
 53 files changed, 1283 insertions(+), 356 deletions(-)
 copy cmake/{Eigen3Config.cmake.in => Eigen3ConfigLegacy.cmake.in} (86%)
 create mode 100644 doc/TopicCMakeGuide.dox

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/eigen3.git



More information about the debian-science-commits mailing list