[eigen3] 01/07: Merge tag 'upstream/3.2.4' into experimental

Anton Gladky gladk at moszumanska.debian.org
Tue Jan 27 21:27:06 UTC 2015


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

gladk pushed a commit to branch experimental
in repository eigen3.

commit 9b8d0c336dfbea66a478a2e61f008965f818f673
Merge: 7987113 baa7e37
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Jan 26 21:42:25 2015 +0100

    Merge tag 'upstream/3.2.4' into experimental
    
    Upstream version 3.2.4

 .hg_archival.txt                                   |    4 +-
 .hgtags                                            |    2 +
 Eigen/src/Cholesky/LDLT.h                          |    2 +-
 Eigen/src/Core/ArrayWrapper.h                      |   10 +
 Eigen/src/Core/DenseBase.h                         |    6 +-
 Eigen/src/Core/Diagonal.h                          |    8 +-
 Eigen/src/Core/GeneralProduct.h                    |    4 +-
 Eigen/src/Core/MapBase.h                           |    7 +-
 Eigen/src/Core/MatrixBase.h                        |   16 +-
 Eigen/src/Core/PermutationMatrix.h                 |    5 +-
 Eigen/src/Core/ProductBase.h                       |   14 +-
 Eigen/src/Core/Ref.h                               |   15 +-
 Eigen/src/Core/Replicate.h                         |    4 +-
 Eigen/src/Core/TriangularMatrix.h                  |   21 +-
 Eigen/src/Core/arch/NEON/Complex.h                 |    2 +-
 Eigen/src/Core/arch/NEON/PacketMath.h              |   19 +-
 Eigen/src/Core/arch/SSE/MathFunctions.h            |    6 +-
 Eigen/src/Core/products/CoeffBasedProduct.h        |   10 +-
 Eigen/src/Core/util/Macros.h                       |   13 +-
 Eigen/src/Core/util/Memory.h                       |   10 +-
 Eigen/src/Core/util/StaticAssert.h                 |    4 +-
 Eigen/src/Core/util/XprHelper.h                    |    2 +-
 Eigen/src/Eigen2Support/LeastSquares.h             |    1 -
 Eigen/src/Eigenvalues/RealQZ.h                     |    2 +-
 Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h     |   18 +-
 Eigen/src/Geometry/Hyperplane.h                    |   12 +-
 Eigen/src/Geometry/Rotation2D.h                    |    7 +-
 Eigen/src/Geometry/Transform.h                     |   29 +-
 Eigen/src/IterativeLinearSolvers/BiCGSTAB.h        |    3 +-
 Eigen/src/PardisoSupport/PardisoSupport.h          |    2 +-
 Eigen/src/SVD/JacobiSVD.h                          |   28 +-
 Eigen/src/SparseCore/AmbiVector.h                  |    4 +-
 Eigen/src/SparseCore/SparseBlock.h                 |   90 ++
 Eigen/src/SparseCore/SparseDenseProduct.h          |    9 -
 Eigen/src/SparseCore/SparseMatrixBase.h            |    3 +-
 Eigen/src/SparseCore/SparsePermutation.h           |    2 +-
 Eigen/src/SparseLU/SparseLU.h                      |    5 +-
 Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h     |    4 +-
 Eigen/src/SparseQR/SparseQR.h                      |   59 +-
 Eigen/src/UmfPackSupport/UmfPackSupport.h          |  112 +-
 cmake/EigenTesting.cmake                           |   18 +-
 cmake/FindCholmod.cmake                            |    2 +-
 cmake/FindFFTW.cmake                               |    2 +-
 cmake/FindMetis.cmake                              |   38 +-
 cmake/language_support.cmake                       |    2 +-
 doc/AsciiQuickReference.txt                        |    8 +-
 doc/SparseQuickReference.dox                       |    5 +-
 doc/examples/CMakeLists.txt                        |    4 +-
 doc/snippets/CMakeLists.txt                        |    6 +-
 doc/special_examples/CMakeLists.txt                |    7 +-
 failtest/CMakeLists.txt                            |    6 +
 failtest/ref_1.cpp                                 |   18 +
 failtest/ref_2.cpp                                 |   15 +
 failtest/ref_3.cpp                                 |   15 +
 failtest/ref_4.cpp                                 |   15 +
 failtest/ref_5.cpp                                 |   16 +
 test/CMakeLists.txt                                |    3 +-
 test/cholesky.cpp                                  |   12 +-
 test/cwiseop.cpp                                   |    2 +
 test/eigen2/CMakeLists.txt                         |    1 +
 test/eigen2/eigen2_adjoint.cpp                     |    2 -
 test/eigen2/eigen2_basicstuff.cpp                  |    3 -
 test/eigen2/eigen2_cwiseop.cpp                     |    7 +-
 test/eigen2/eigen2_geometry.cpp                    |    1 +
 test/eigen2/eigen2_geometry_with_eigen2_prefix.cpp |    1 +
 test/eigen2/eigen2_inverse.cpp                     |    1 -
 test/eigen2/eigen2_linearstructure.cpp             |    3 +-
 test/eigen2/eigen2_nomalloc.cpp                    |   12 +-
 test/eigen2/eigen2_submatrices.cpp                 |    8 +-
 test/eigen2/eigen2_triangular.cpp                  |   12 +-
 test/eigen2/product.h                              |    7 +-
 test/eigen2support.cpp                             |    1 +
 test/eigensolver_selfadjoint.cpp                   |   43 +-
 test/geo_hyperplane.cpp                            |   28 +
 test/geo_transformations.cpp                       |   50 +-
 test/jacobisvd.cpp                                 |   16 +-
 test/main.h                                        |   45 +-
 test/nomalloc.cpp                                  |   35 +-
 test/nullary.cpp                                   |    4 +-
 test/packetmath.cpp                                |   22 +-
 test/product.h                                     |    8 +
 test/ref.cpp                                       |    8 +-
 test/sparse_solver.h                               |   33 +
 test/sparselu.cpp                                  |    3 +
 test/sparseqr.cpp                                  |    7 +-
 test/stable_norm.cpp                               |    5 -
 unsupported/Eigen/OpenGLSupport                    |   34 +-
 .../Eigen/src/MatrixFunctions/MatrixPower.h        |    1 -
 unsupported/doc/examples/CMakeLists.txt            |    4 +-
 unsupported/doc/snippets/CMakeLists.txt            |    4 +-
 unsupported/test/CMakeLists.txt                    |    7 +-
 unsupported/test/mpreal/mpreal.h                   | 1189 +++++++++++---------
 unsupported/test/polynomialsolver.cpp              |    2 -
 93 files changed, 1537 insertions(+), 838 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