[eigen3] branch master updated (85706ca -> e06bfd4)

Anton Gladky gladk at moszumanska.debian.org
Fri Jan 20 19:53:06 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  85706ca   Update changelog.
      adds  4c83d3d   New upstream version 3.3.2
       new  c486860   Merge tag 'upstream/3.3.2'
       new  875e8b7   Refresh patches.
       new  e06bfd4   Update changelog.

The 3 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                                            |   1 +
 Eigen/src/Core/CwiseBinaryOp.h                     |   2 +-
 Eigen/src/Core/Dot.h                               |   3 +-
 Eigen/src/Core/GeneralProduct.h                    |  83 +++++++++-------
 Eigen/src/Core/IO.h                                |   2 +-
 Eigen/src/Core/Inverse.h                           |   1 +
 Eigen/src/Core/PlainObjectBase.h                   |  33 ++++---
 Eigen/src/Core/ProductEvaluators.h                 |  11 +--
 Eigen/src/Core/SelfAdjointView.h                   |  46 ++++++++-
 Eigen/src/Core/SolveTriangular.h                   |   2 +
 Eigen/src/Core/TriangularMatrix.h                  |  15 ++-
 Eigen/src/Core/Visitor.h                           |   6 +-
 Eigen/src/Core/arch/AVX/PacketMath.h               |   7 +-
 Eigen/src/Core/arch/AltiVec/Complex.h              |  10 +-
 Eigen/src/Core/arch/AltiVec/MathFunctions.h        |   2 +
 Eigen/src/Core/arch/AltiVec/PacketMath.h           |  10 +-
 Eigen/src/Core/arch/NEON/PacketMath.h              |   6 +-
 Eigen/src/Core/arch/SSE/PacketMath.h               |  44 +++++----
 Eigen/src/Core/functors/StlFunctors.h              |   2 +-
 .../Core/products/GeneralMatrixMatrixTriangular.h  |  14 ++-
 .../products/GeneralMatrixMatrixTriangular_BLAS.h  |   8 +-
 Eigen/src/Core/products/TriangularSolverMatrix.h   |   7 +-
 Eigen/src/Core/util/Macros.h                       |   9 +-
 Eigen/src/Core/util/XprHelper.h                    |   9 ++
 Eigen/src/Geometry/Hyperplane.h                    |   3 +
 Eigen/src/QR/CompleteOrthogonalDecomposition.h     |   2 +-
 Eigen/src/SparseCore/SparseBlock.h                 | 109 +++++++++++----------
 Eigen/src/SparseCore/SparseCwiseBinaryOp.h         |  24 ++++-
 Eigen/src/SparseCore/SparseCwiseUnaryOp.h          |   8 +-
 Eigen/src/SparseCore/SparseMatrix.h                |  74 +++++++-------
 Eigen/src/SparseCore/SparseMatrixBase.h            |  13 ++-
 Eigen/src/SparseCore/SparseSelfAdjointView.h       |  33 ++++++-
 Eigen/src/SparseCore/SparseTriangularView.h        |   3 +
 Eigen/src/SparseCore/SparseView.h                  |  33 ++++++-
 Eigen/src/SparseCore/TriangularSolver.h            |   5 +
 Eigen/src/SparseLU/SparseLU.h                      |   2 +-
 Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h     |   6 +-
 Eigen/src/SuperLUSupport/SuperLUSupport.h          |   3 +
 Eigen/src/plugins/BlockMethods.h                   |  12 +--
 debian/changelog                                   |   7 ++
 debian/patches/02_remove_buildtype_check.patch     |   6 +-
 debian/patches/04_remove_piwik.patch               |   6 +-
 debian/patches/05_remove_html_timestamp.patch      |   8 +-
 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              |  12 +--
 debian/patches/14_fix_altivec_sign_issue.patch     |  75 --------------
 debian/patches/series                              |   1 -
 doc/AsciiQuickReference.txt                        |   4 +-
 doc/CoeffwiseMathFunctionsTable.dox                |  12 +--
 doc/Doxyfile.in                                    |  10 +-
 doc/PreprocessorDirectives.dox                     |   2 +-
 doc/QuickReference.dox                             |   2 +-
 doc/snippets/Cwise_boolean_xor.cpp                 |   2 +
 doc/snippets/MatrixBase_selfadjointView.cpp        |   6 ++
 test/geo_hyperplane.cpp                            |   3 +
 test/main.h                                        |   8 +-
 test/permutationmatrices.cpp                       |   9 +-
 test/product_mmtr.cpp                              |  13 +++
 test/product_symm.cpp                              |  18 ++++
 test/sparse_basic.cpp                              |  20 ++++
 test/sparse_block.cpp                              |  53 ++++++++--
 64 files changed, 605 insertions(+), 357 deletions(-)
 delete mode 100644 debian/patches/14_fix_altivec_sign_issue.patch
 create mode 100644 doc/snippets/Cwise_boolean_xor.cpp
 create mode 100644 doc/snippets/MatrixBase_selfadjointView.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