[eigen3] 02/09: Merge tag 'upstream/3.3.3'
Anton Gladky
gladk at moszumanska.debian.org
Sat May 20 08:47:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch experimental
in repository eigen3.
commit 49abc2fffc3a0dc594587556725f8a8ffdeea762
Merge: 838eaa6 e417e67
Author: Anton Gladky <gladk at debian.org>
Date: Fri May 19 19:20:55 2017 +0200
Merge tag 'upstream/3.3.3'
Upstream version 3.3.3
.hg_archival.txt | 4 +-
.hgtags | 1 +
CMakeLists.txt | 28 ++++----
Eigen/Core | 6 +-
Eigen/QtAlignedMalloc | 4 +-
Eigen/Sparse | 2 +
Eigen/StdDeque | 2 +-
Eigen/StdList | 2 +-
Eigen/StdVector | 2 +-
Eigen/src/Core/AssignEvaluator.h | 29 ++++++--
Eigen/src/Core/CoreEvaluators.h | 4 +-
Eigen/src/Core/DenseBase.h | 12 +++-
Eigen/src/Core/DenseStorage.h | 29 +++++---
Eigen/src/Core/Diagonal.h | 2 +-
Eigen/src/Core/IO.h | 14 ----
Eigen/src/Core/PlainObjectBase.h | 12 +++-
Eigen/src/Core/arch/AltiVec/Complex.h | 2 +-
Eigen/src/Core/arch/AltiVec/PacketMath.h | 14 ++--
Eigen/src/Core/arch/NEON/PacketMath.h | 52 +++++++-------
Eigen/src/Core/arch/ZVector/PacketMath.h | 2 +-
Eigen/src/Core/functors/AssignmentFunctors.h | 2 +-
Eigen/src/Core/functors/NullaryFunctors.h | 4 +-
Eigen/src/Core/products/GeneralMatrixMatrix.h | 8 +--
.../Core/products/GeneralMatrixMatrixTriangular.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/Householder/BlockHouseholder.h | 3 +-
Eigen/src/SVD/JacobiSVD.h | 12 ++--
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/StlSupport/details.h | 14 ++--
test/CMakeLists.txt | 1 +
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/jacobisvd.cpp | 6 ++
test/main.h | 3 +
test/mpl2only.cpp | 2 +
test/nullary.cpp | 42 ++++++++++-
test/permutationmatrices.cpp | 13 ++--
test/redux.cpp | 6 +-
test/sparse_basic.cpp | 33 ++++++++-
test/sparse_product.cpp | 4 ++
test/vectorwiseop.cpp | 4 +-
unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h | 2 +-
.../Eigen/src/MatrixFunctions/MatrixExponential.h | 48 ++++++++-----
60 files changed, 533 insertions(+), 220 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