[eigen3] 01/04: Merge tag 'upstream/3.2.5'

Anton Gladky gladk at moszumanska.debian.org
Tue Jun 16 21:31:40 UTC 2015


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

gladk pushed a commit to branch master
in repository eigen3.

commit 85506b36b5acbe528e22eae2de5001c1e52c9350
Merge: 27ce80f e41b6fe
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Jun 16 18:43:10 2015 +0200

    Merge tag 'upstream/3.2.5'
    
    Upstream version 3.2.5

 .hg_archival.txt                                   |   4 +-
 .hgtags                                            |   1 +
 Eigen/Core                                         |   2 +-
 Eigen/src/Cholesky/LDLT.h                          |   7 +
 Eigen/src/Cholesky/LLT.h                           |   8 +
 Eigen/src/Cholesky/LLT_MKL.h                       |   2 +-
 Eigen/src/Core/Assign.h                            |  15 +-
 Eigen/src/Core/Block.h                             |   5 +-
 Eigen/src/Core/DenseBase.h                         |   8 +-
 Eigen/src/Core/DiagonalProduct.h                   |   2 +-
 Eigen/src/Core/Functors.h                          |  41 ++++
 Eigen/src/Core/MapBase.h                           |   2 +-
 Eigen/src/Core/MatrixBase.h                        |   2 -
 Eigen/src/Core/PermutationMatrix.h                 |  29 +++
 Eigen/src/Core/PlainObjectBase.h                   |   2 +
 Eigen/src/Core/Ref.h                               |  16 +-
 Eigen/src/Core/ReturnByValue.h                     |  11 ++
 Eigen/src/Core/products/CoeffBasedProduct.h        |  73 ++++++--
 Eigen/src/Core/products/Parallelizer.h             |  17 +-
 Eigen/src/Core/util/Constants.h                    |  13 ++
 Eigen/src/Core/util/Macros.h                       |  12 +-
 Eigen/src/Core/util/Memory.h                       |   2 +-
 Eigen/src/Eigenvalues/ComplexEigenSolver.h         |   8 +
 Eigen/src/Eigenvalues/EigenSolver.h                |   9 +
 Eigen/src/Eigenvalues/GeneralizedEigenSolver.h     |   9 +
 Eigen/src/Eigenvalues/RealQZ.h                     |  12 +-
 Eigen/src/Eigenvalues/RealSchur.h                  |  12 +-
 Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h     | 208 ++++++++++-----------
 Eigen/src/Geometry/AlignedBox.h                    |  83 ++++----
 Eigen/src/Geometry/Homogeneous.h                   |   2 +-
 Eigen/src/Geometry/Quaternion.h                    |  22 +--
 Eigen/src/IterativeLinearSolvers/BiCGSTAB.h        |  15 +-
 .../src/IterativeLinearSolvers/ConjugateGradient.h |  30 +--
 Eigen/src/IterativeLinearSolvers/IncompleteLUT.h   |   4 +-
 Eigen/src/LU/FullPivLU.h                           |   8 +
 Eigen/src/LU/PartialPivLU.h                        |   8 +
 Eigen/src/OrderingMethods/Amd.h                    |  16 +-
 Eigen/src/QR/ColPivHouseholderQR.h                 |  32 ++--
 Eigen/src/QR/FullPivHouseholderQR.h                |   8 +
 Eigen/src/QR/HouseholderQR.h                       |  98 +++++-----
 Eigen/src/QR/HouseholderQR_MKL.h                   |  30 +--
 Eigen/src/SPQRSupport/SuiteSparseQRSupport.h       |  60 ++++--
 Eigen/src/SVD/JacobiSVD.h                          |   7 +
 Eigen/src/SparseCore/SparseBlock.h                 |  46 ++++-
 Eigen/src/SparseCore/SparseDenseProduct.h          |   2 +-
 Eigen/src/SparseCore/SparseMatrixBase.h            |   6 +-
 Eigen/src/SparseCore/TriangularSolver.h            |   2 +-
 Eigen/src/SparseLU/SparseLU.h                      |  81 ++++++--
 Eigen/src/SparseLU/SparseLU_pivotL.h               |   6 +-
 Eigen/src/plugins/ArrayCwiseBinaryOps.h            |  54 +++++-
 Eigen/src/plugins/ArrayCwiseUnaryOps.h             |  16 --
 Eigen/src/plugins/MatrixCwiseBinaryOps.h           |  17 ++
 Eigen/src/plugins/MatrixCwiseUnaryOps.h            |  15 --
 blas/xerbla.cpp                                    |   2 +-
 cmake/EigenTesting.cmake                           |  13 +-
 cmake/FindMetis.cmake                              |   2 +-
 doc/CMakeLists.txt                                 |   3 +-
 doc/Doxyfile.in                                    |  14 +-
 doc/TopicMultithreading.dox                        |   2 +-
 doc/special_examples/CMakeLists.txt                |   7 +-
 failtest/CMakeLists.txt                            |  11 ++
 failtest/colpivqr_int.cpp                          |  14 ++
 failtest/eigensolver_cplx.cpp                      |  14 ++
 failtest/eigensolver_int.cpp                       |  14 ++
 failtest/fullpivlu_int.cpp                         |  14 ++
 failtest/fullpivqr_int.cpp                         |  14 ++
 failtest/jacobisvd_int.cpp                         |  14 ++
 failtest/ldlt_int.cpp                              |  14 ++
 failtest/llt_int.cpp                               |  14 ++
 failtest/partialpivlu_int.cpp                      |  14 ++
 failtest/qr_int.cpp                                |  14 ++
 test/CMakeLists.txt                                |   6 +
 test/array.cpp                                     |   2 +
 test/array_for_matrix.cpp                          |   1 +
 test/conjugate_gradient.cpp                        |   6 +-
 test/lu.cpp                                        |   9 +-
 test/mapped_matrix.cpp                             |  24 +++
 test/product_extra.cpp                             |  64 ++++++-
 test/product_mmtr.cpp                              |   4 +-
 test/real_qz.cpp                                   |  16 ++
 test/ref.cpp                                       |  24 +++
 test/sparse_basic.cpp                              |  65 +++++--
 test/sparse_solver.h                               |   5 +-
 test/sparselu.cpp                                  |   3 +
 unsupported/Eigen/CMakeLists.txt                   |   6 +-
 unsupported/Eigen/src/CMakeLists.txt               |   3 +-
 unsupported/Eigen/src/IterativeSolvers/GMRES.h     |  15 +-
 unsupported/Eigen/src/IterativeSolvers/MINRES.h    |  70 ++++---
 .../Eigen/src/LevenbergMarquardt/CMakeLists.txt    |   2 +-
 unsupported/test/minres.cpp                        |  25 ++-
 unsupported/test/mpreal/mpreal.h                   |   3 +-
 91 files changed, 1242 insertions(+), 505 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