[eigen3] branch master updated (838eaa6 -> b1bf406)

Anton Gladky gladk at moszumanska.debian.org
Fri Jun 30 17:20:03 UTC 2017


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

gladk pushed a change to branch master
in repository eigen3.

      from  838eaa6   Update changelog.
      adds  51a12ed   Update d/watch.
      adds  8f57aab   Merge branch 'master' into experimental
      adds  e417e67   New upstream version 3.3.3
      adds  49abc2f   Merge tag 'upstream/3.3.3'
      adds  20d425d   Merge branch 'master' into experimental
      adds  f043732   Refresh patches.
      adds  ca21efc   Fix mips alignment issue. (Closes: #858363)
      adds  a5e7759   Update upstream changelog.
      adds  473dc6e   Switch to compat-level 10.
      adds  5b31761   Update d/copyright.
      adds  833db80   Update changelog.
      adds  f81def6   Update changelog.
      adds  5a0ad0a   New upstream version 3.3.4
       new  0573a96   Merge tag 'upstream/3.3.4'
       new  576d2cd   Refresh patches.
       new  dc9448e   Update upstream changelog.
       new  b1bf406   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                                   |    4 +-
 .hgtags                                            |    2 +
 CMakeLists.txt                                     |   28 +-
 COPYING.MINPACK                                    |  104 +-
 Eigen/Core                                         |    6 +-
 Eigen/QtAlignedMalloc                              |    4 +-
 Eigen/Sparse                                       |    2 +
 Eigen/StdDeque                                     |    2 +-
 Eigen/StdList                                      |    2 +-
 Eigen/StdVector                                    |    2 +-
 Eigen/src/Core/Array.h                             |    8 +-
 Eigen/src/Core/ArrayBase.h                         |    8 +-
 Eigen/src/Core/ArrayWrapper.h                      |    6 +-
 Eigen/src/Core/AssignEvaluator.h                   |   29 +-
 Eigen/src/Core/CoreEvaluators.h                    |    4 +-
 Eigen/src/Core/CwiseNullaryOp.h                    |   80 +-
 Eigen/src/Core/DenseBase.h                         |   20 +-
 Eigen/src/Core/DenseStorage.h                      |   29 +-
 Eigen/src/Core/Diagonal.h                          |    2 +-
 Eigen/src/Core/EigenBase.h                         |    4 +
 Eigen/src/Core/GenericPacketMath.h                 |    6 +-
 Eigen/src/Core/IO.h                                |   14 -
 Eigen/src/Core/MathFunctions.h                     |   15 +-
 Eigen/src/Core/MatrixBase.h                        |    4 +-
 Eigen/src/Core/NumTraits.h                         |    2 +
 Eigen/src/Core/PlainObjectBase.h                   |   12 +-
 Eigen/src/Core/ProductEvaluators.h                 |    6 +
 Eigen/src/Core/SelfCwiseBinaryOp.h                 |    8 +-
 Eigen/src/Core/Solve.h                             |    4 +-
 Eigen/src/Core/StableNorm.h                        |    3 +-
 Eigen/src/Core/arch/AltiVec/Complex.h              |    2 +-
 Eigen/src/Core/arch/AltiVec/PacketMath.h           |   14 +-
 Eigen/src/Core/arch/CUDA/Half.h                    |   52 +-
 Eigen/src/Core/arch/CUDA/PacketMath.h              |    2 +-
 Eigen/src/Core/arch/NEON/PacketMath.h              |   67 +-
 Eigen/src/Core/arch/ZVector/PacketMath.h           |    2 +-
 Eigen/src/Core/functors/AssignmentFunctors.h       |    2 +-
 Eigen/src/Core/functors/NullaryFunctors.h          |   15 +-
 Eigen/src/Core/products/GeneralMatrixMatrix.h      |    8 +-
 .../Core/products/GeneralMatrixMatrixTriangular.h  |   15 +-
 .../products/GeneralMatrixMatrixTriangular_BLAS.h  |    2 +-
 Eigen/src/Core/products/Parallelizer.h             |    9 +-
 Eigen/src/Core/products/SelfadjointMatrixVector.h  |   14 +-
 Eigen/src/Core/products/TriangularMatrixMatrix.h   |    4 +-
 Eigen/src/Core/util/Macros.h                       |    8 +-
 Eigen/src/Core/util/Memory.h                       |   54 +-
 Eigen/src/Core/util/XprHelper.h                    |    2 +-
 Eigen/src/Eigenvalues/ComplexEigenSolver.h         |    6 +-
 Eigen/src/Eigenvalues/RealSchur.h                  |   12 +
 Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h     |    3 +-
 Eigen/src/Geometry/Quaternion.h                    |   10 +-
 Eigen/src/Geometry/arch/Geometry_SSE.h             |   60 +-
 Eigen/src/Householder/BlockHouseholder.h           |    3 +-
 .../IterativeLinearSolvers/BasicPreconditioners.h  |   27 +-
 Eigen/src/Jacobi/Jacobi.h                          |   42 +-
 Eigen/src/OrderingMethods/Eigen_Colamd.h           |    2 +-
 Eigen/src/QR/ColPivHouseholderQR.h                 |   12 +-
 Eigen/src/SVD/BDCSVD.h                             |   81 +-
 Eigen/src/SVD/JacobiSVD.h                          |   12 +-
 Eigen/src/SVD/UpperBidiagonalization.h             |    4 +-
 Eigen/src/SparseCore/AmbiVector.h                  |    8 +-
 Eigen/src/SparseCore/SparseAssign.h                |    5 +-
 Eigen/src/SparseCore/SparseCompressedBase.h        |   38 +-
 Eigen/src/SparseCore/SparseCwiseBinaryOp.h         |   10 +
 Eigen/src/SparseCore/SparseDiagonalProduct.h       |    4 +
 Eigen/src/SparseCore/SparseMatrix.h                |    8 +-
 Eigen/src/SparseCore/SparseSelfAdjointView.h       |    3 +-
 Eigen/src/StlSupport/details.h                     |   14 +-
 Eigen/src/UmfPackSupport/UmfPackSupport.h          |  101 +-
 bench/spbench/CMakeLists.txt                       |   27 +-
 cmake/FindBLAS.cmake                               | 1499 ++++-
 cmake/FindBLASEXT.cmake                            |  380 ++
 cmake/FindHWLOC.cmake                              |  331 ++
 cmake/FindMetis.cmake                              |  297 +-
 cmake/FindPTSCOTCH.cmake                           |  423 ++
 cmake/FindPastix.cmake                             |  713 ++-
 cmake/FindScotch.cmake                             |  379 +-
 debian/Changelog_upstream                          |  180 +-
 debian/changelog                                   |   23 +
 debian/compat                                      |    2 +-
 debian/control                                     |    2 +-
 debian/copyright                                   |    2 +-
 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        |    6 +-
 debian/patches/12_grammer_tweak.patch              |   14 +-
 debian/patches/14_fix_alignment_mips.patch         |   19 +
 debian/patches/series                              |    1 +
 debian/watch                                       |    2 +-
 debug/msvc/eigen.natvis                            |  470 +-
 debug/msvc/eigen_autoexp_part.dat                  |  590 +-
 doc/AsciiQuickReference.txt                        |    2 +-
 test/CMakeLists.txt                                |   31 +-
 test/array_for_matrix.cpp                          |   22 +-
 test/block.cpp                                     |    8 +
 test/constructor.cpp                               |   84 +
 test/diagonal.cpp                                  |   17 +
 test/eigensolver_complex.cpp                       |    9 +
 test/eigensolver_generic.cpp                       |    9 +
 test/eigensolver_selfadjoint.cpp                   |    9 +
 test/half_float.cpp                                |   24 +-
 test/jacobisvd.cpp                                 |    6 +
 test/lscg.cpp                                      |    8 +
 test/main.h                                        |   14 +
 test/mpl2only.cpp                                  |    2 +
 test/nullary.cpp                                   |   42 +-
 test/numext.cpp                                    |   53 +
 test/permutationmatrices.cpp                       |   13 +-
 test/product_mmtr.cpp                              |   11 +-
 test/product_notemporary.cpp                       |    1 +
 test/redux.cpp                                     |    6 +-
 test/sparse_basic.cpp                              |   33 +-
 test/sparse_product.cpp                            |    8 +
 test/vectorwiseop.cpp                              |    4 +-
 unsupported/Eigen/CXX11/src/Tensor/README.md       |    6 +-
 unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h |    2 +-
 unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h    |   11 +-
 .../Eigen/src/MatrixFunctions/MatrixExponential.h  |   48 +-
 .../Eigen/src/MatrixFunctions/MatrixFunction.h     |   11 +-
 .../Eigen/src/MatrixFunctions/MatrixLogarithm.h    |    2 +-
 unsupported/test/autodiff_scalar.cpp               |   15 +
 unsupported/test/mpreal/mpreal.h                   | 6208 ++++++++++----------
 125 files changed, 8689 insertions(+), 4577 deletions(-)
 create mode 100644 cmake/FindBLASEXT.cmake
 create mode 100644 cmake/FindHWLOC.cmake
 create mode 100644 cmake/FindPTSCOTCH.cmake
 create mode 100644 debian/patches/14_fix_alignment_mips.patch
 create mode 100644 test/constructor.cpp
 create mode 100644 test/numext.cpp

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