[eigen3] 01/04: Merge tag 'upstream/3.3.1'

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 commit to branch master
in repository eigen3.

commit beb151cbbfd9afad9fd5e461aac28e9038d01dac
Merge: f25c82b e10f48b
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Dec 18 23:01:18 2016 +0100

    Merge tag 'upstream/3.3.1'
    
    Upstream version 3.3.1

 .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 +-
 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 ++
 44 files changed, 1227 insertions(+), 331 deletions(-)

-- 
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