[eigen3] 01/03: Merge tag 'upstream/3.3.2'

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

commit c4868600c1de8f8de31af92f7e98da701bc3f69e
Merge: 85706ca 4c83d3d
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Jan 20 20:47:48 2017 +0100

    Merge tag 'upstream/3.3.2'
    
    Upstream version 3.3.2

 .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 +--
 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 ++++++++--
 54 files changed, 573 insertions(+), 256 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